MCPcopy Create free account
hub / github.com/ipython/ipython / B

Class B

IPython/core/tests/test_formatters.py:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 return 'A()'
23
24class B(A):
25 def __repr__(self):
26 return 'B()'
27
28class C:
29 pass

Callers 1

test_prettyFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_prettyFunction · 0.56