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

Function magic_foo1

tests/test_magic_arguments.py:28–31  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

26@magic_arguments()
27@argument('-f', '--foo', help="an argument")
28def magic_foo1(self, args):
29 """ A docstring.
30 """
31 return parse_argstring(magic_foo1, args)
32
33
34@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…