MCPcopy 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

18from IPython.utils.io import capture_output
19
20class A(object):
21 def __repr__(self):
22 return 'A()'
23
24class B(A):
25 def __repr__(self):

Callers 2

test_prettyFunction · 0.70
test_lookupFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_prettyFunction · 0.56
test_lookupFunction · 0.56