Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ A
Class
A
IPython/core/tests/test_formatters.py:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
from
IPython.utils.io
import
capture_output
19
20
class
A(object):
21
def
__repr__(self):
22
return
'A()'
23
24
class
B(A):
25
def
__repr__(self):
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