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

Class BadRepr

IPython/core/tests/test_formatters.py:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 pass
30
31class BadRepr(object):
32 def __repr__(self):
33 raise ValueError("bad repr")
34
35class BadPretty(object):
36 _repr_pretty_ = None

Callers 1

test_bad_repr_tracebackFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_bad_repr_tracebackFunction · 0.56