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

Class BadRepr

tests/test_formatters.py:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class BadRepr(object):
39 def __repr__(self):
40 raise ValueError("bad repr")
41
42
43class BadPretty(object):

Callers 1

test_bad_repr_tracebackFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_bad_repr_tracebackFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…