Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/core/tests/test_formatters.py:401–402 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
400
class
NotSelfDisplaying(object):
401
def
__repr__(self):
402
return
"NotSelfDisplaying"
403
404
def
_ipython_display_(self):
405
raise
NotImplementedError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected