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

Class BadRepr

IPython/lib/tests/test_pretty.py:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return "Breaking(\n)"
70
71class BadRepr(object):
72
73 def __repr__(self):
74 return 1/0
75
76
77def test_indentation():

Callers 1

test_bad_reprFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_bad_reprFunction · 0.56