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

Class C

IPython/core/tests/test_formatters.py:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return 'B()'
27
28class C:
29 pass
30
31class BadRepr(object):
32 def __repr__(self):

Callers 2

test_lookupFunction · 0.70
test_lookup_stringFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_lookupFunction · 0.56
test_lookup_stringFunction · 0.56