Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ foo
Function
foo
IPython/core/tests/test_magic_arguments.py:70–73 ·
view source on GitHub ↗
A docstring.
(self, args)
Source
from the content-addressed store, hash-verified
68
@magic_arguments()
69
@argument(
'-f'
,
'--foo'
, help=
"an argument"
)
70
def
foo(self, args):
71
""
" A docstring.
72
""
"
73
return
parse_argstring(foo, args)
74
75
76
def
test_magic_arguments():
Callers
1
test_magic_arguments
Function · 0.70
Calls
1
parse_argstring
Function · 0.90
Tested by
no test coverage detected