Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ A
Class
A
tests/test_formatters.py:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
class
A(object):
25
def
__repr__(self):
26
return
"A()"
27
28
29
class
B(A):
Callers
2
test_pretty
Function · 0.70
test_lookup
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_pretty
Function · 0.56
test_lookup
Function · 0.56