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

Class BreakingRepr

IPython/lib/tests/test_pretty.py:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 p.text(")")
66
67class BreakingRepr(object):
68 def __repr__(self):
69 return "Breaking(\n)"
70
71class BadRepr(object):
72

Callers 1

test_pprint_break_reprFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pprint_break_reprFunction · 0.68