MCPcopy Create free account
hub / github.com/ipython/ipython / foo

Function foo

IPython/core/tests/test_magic_arguments.py:70–73  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

68@magic_arguments()
69@argument('-f', '--foo', help="an argument")
70def foo(self, args):
71 """ A docstring.
72 """
73 return parse_argstring(foo, args)
74
75
76def test_magic_arguments():

Callers 1

test_magic_argumentsFunction · 0.70

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected