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:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
24
class
B(A):
25
def
__repr__(self):
26
return
'B()'
27
28
class
C:
29
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected