MCPcopy Index your code
hub / github.com/ipython/ipython / B

Class B

tests/test_formatters.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class B(A):
30 def __repr__(self):
31 return "B()"
32
33
34class C:

Callers 1

test_prettyFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_prettyFunction · 0.56