Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ foo
Function
foo
tests/test_magic_arguments.py:80–83 ·
view source on GitHub ↗
A docstring.
(self, args)
Source
from the content-addressed store, hash-verified
78
@magic_arguments()
79
@argument(
'-f'
,
'--foo'
, help=
"an argument"
)
80
def
foo(self, args):
81
""
" A docstring.
82
""
"
83
return
parse_argstring(foo, args)
84
85
86
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