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

Function magic_foo3

IPython/core/tests/test_magic_arguments.py:37–40  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

35@argument_group('Second Group')
36@argument('-z', '--baz', help="another grouped argument")
37def magic_foo3(self, args):
38 """ A docstring.
39 """
40 return parse_argstring(magic_foo3, args)
41
42
43@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected