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

Function magic_foo5

IPython/core/tests/test_magic_arguments.py:54–57  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

52@magic_arguments('frobnicate')
53@argument('-f', '--foo', help="an argument")
54def magic_foo5(self, args):
55 """ A docstring.
56 """
57 return parse_argstring(magic_foo5, args)
58
59
60@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected