MCPcopy Index your code
hub / github.com/ipython/ipython / foo

Function foo

tests/test_magic_arguments.py:80–83  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

78@magic_arguments()
79@argument('-f', '--foo', help="an argument")
80def foo(self, args):
81 """ A docstring.
82 """
83 return parse_argstring(foo, args)
84
85
86def test_magic_arguments():

Callers 1

test_magic_argumentsFunction · 0.70

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected