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

Function magic_foo5

tests/test_magic_arguments.py:64–67  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

62@magic_arguments('frobnicate')
63@argument('-f', '--foo', help="an argument")
64def magic_foo5(self, args):
65 """ A docstring.
66 """
67 return parse_argstring(magic_foo5, args)
68
69
70@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…