Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _repr_pretty_
Method
_repr_pretty_
IPython/core/display.py:426–427 ·
view source on GitHub ↗
(self, pp, cycle)
Source
from the content-addressed store, hash-verified
424
class
Pretty(TextDisplayObject):
425
426
def
_repr_pretty_(self, pp, cycle):
427
return
pp.text(self.data)
428
429
430
class
HTML(TextDisplayObject):
Callers
nothing calls this directly
Calls
1
text
Method · 0.45
Tested by
no test coverage detected