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

Function magic_magic_foo

tests/test_magic_arguments.py:72–75  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

70@magic_arguments()
71@argument('-f', '--foo', help="an argument")
72def magic_magic_foo(self, args):
73 """ A docstring.
74 """
75 return parse_argstring(magic_magic_foo, args)
76
77
78@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…