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

Function magic_magic_foo

IPython/core/tests/test_magic_arguments.py:62–65  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

60@magic_arguments()
61@argument('-f', '--foo', help="an argument")
62def magic_magic_foo(self, args):
63 """ A docstring.
64 """
65 return parse_argstring(magic_magic_foo, args)
66
67
68@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected