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

Class BreakingRepr

tests/test_pretty.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75class BreakingRepr(object):
76 def __repr__(self):
77 return "Breaking(\n)"
78
79
80class BadRepr(object):

Callers 1

test_pprint_break_reprFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pprint_break_reprFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…