Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/core/magic_arguments.py:198–199 ·
view source on GitHub ↗
(self, name=None)
Source
from the content-addressed store, hash-verified
196
""
"
197
198
def
__init__(self, name=None):
199
self.name = name
200
201
def
__call__(self, func):
202
if
not getattr(func,
'has_arguments'
, False):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected