Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/lib/display.py:641–642 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
639
return
guess_lexer(self.data)
640
641
def
__repr__(self):
642
return
self.data
643
644
def
_repr_html_(self):
645
from
pygments
import
highlight
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected