Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_pretty_
Method
_repr_pretty_
IPython/lib/pretty.py:538–539 ·
view source on GitHub ↗
(self, p, cycle)
Source
from the content-addressed store, hash-verified
536
self.value = value
537
538
def
_repr_pretty_(self, p, cycle):
539
p.text(self.value)
540
541
542
class
CallExpression:
Callers
nothing calls this directly
Calls
1
text
Method · 0.45
Tested by
no test coverage detected