Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/core/magics/basic.py:44–45 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
p.text(self._lsmagic())
43
44
def
__repr__(self):
45
return
self.__str__()
46
47
def
__str__(self):
48
return
self._lsmagic()
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.95
Tested by
no test coverage detected