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

Function magic_foo4

tests/test_magic_arguments.py:56–59  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

54@kwds(argument_default=argparse.SUPPRESS)
55@argument('-f', '--foo', help="an argument")
56def magic_foo4(self, args):
57 """ A docstring.
58 """
59 return parse_argstring(magic_foo4, args)
60
61
62@magic_arguments('frobnicate')

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…