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

Function magic_foo2

IPython/core/tests/test_magic_arguments.py:25–28  ·  view source on GitHub ↗

A docstring.

(self, args)

Source from the content-addressed store, hash-verified

23
24@magic_arguments()
25def magic_foo2(self, args):
26 """ A docstring.
27 """
28 return parse_argstring(magic_foo2, args)
29
30
31@magic_arguments()

Callers 1

test_magic_argumentsFunction · 0.85

Calls 1

parse_argstringFunction · 0.90

Tested by

no test coverage detected