Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ magic_foo2
Function
magic_foo2
tests/test_magic_arguments.py:35–38 ·
view source on GitHub ↗
A docstring.
(self, args)
Source
from the content-addressed store, hash-verified
33
34
@magic_arguments()
35
def
magic_foo2(self, args):
36
""
" A docstring.
37
""
"
38
return
parse_argstring(magic_foo2, args)
39
40
41
@magic_arguments()
Callers
1
test_magic_arguments
Function · 0.85
Calls
1
parse_argstring
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…