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

Function magic_foo3

tests/test_magic_arguments.py:47–50  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

45@argument_group('Second Group')
46@argument('-z', '--baz', help="another grouped argument")
47def magic_foo3(self, args):
48 """ A docstring.
49 """
50 return parse_argstring(magic_foo3, args)
51
52
53@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…