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

Function magic_foo4

IPython/core/tests/test_magic_arguments.py:46–49  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

44@kwds(argument_default=argparse.SUPPRESS)
45@argument('-f', '--foo', help="an argument")
46def magic_foo4(self, args):
47 """ A docstring.
48 """
49 return parse_argstring(magic_foo4, args)
50
51
52@magic_arguments('frobnicate')

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected