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

Function magic_foo1

IPython/core/tests/test_magic_arguments.py:18–21  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

16@magic_arguments()
17@argument('-f', '--foo', help="an argument")
18def magic_foo1(self, args):
19 """ A docstring.
20 """
21 return parse_argstring(magic_foo1, args)
22
23
24@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected