Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __str__
Method
__str__
IPython/core/magics/basic.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
return
self.__str__()
46
47
def
__str__(self):
48
return
self._lsmagic()
49
50
def
_jsonable(self):
51
""
"turn magics dict into jsonable dict of the same structure
Callers
1
__repr__
Method · 0.95
Calls
1
_lsmagic
Method · 0.95
Tested by
no test coverage detected