Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ B
Class
B
IPython/core/tests/test_formatters.py:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
return
'A()'
23
24
class
B(A):
25
def
__repr__(self):
26
return
'B()'
27
28
class
C:
29
pass
Callers
1
test_pretty
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_pretty
Function · 0.56