MCPcopy 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
24class A(object):
25 def __repr__(self):
26 return "A()"
27
28
29class B(A):

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