Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _repr_pretty_
Method
_repr_pretty_
IPython/core/display.py:697–698 ·
view source on GitHub ↗
(self, pp, cycle)
Source
from the content-addressed store, hash-verified
695
class
Pretty(TextDisplayObject):
696
697
def
_repr_pretty_(self, pp, cycle):
698
return
pp.text(self.data)
699
700
701
class
HTML(TextDisplayObject):
Callers
nothing calls this directly
Calls
1
text
Method · 0.45
Tested by
no test coverage detected