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

Class BadRepr

tests/test_pretty.py:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80class BadRepr(object):
81 def __repr__(self):
82 return 1 / 0
83
84
85def test_indentation():

Callers 1

test_bad_reprFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_bad_reprFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…