Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
class
BreakingRepr(object):
68
def
__repr__(self):
69
return
"Breaking(\n)"
70
71
class
BadRepr(object):
72
Callers
1
test_pprint_break_repr
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pprint_break_repr
Function · 0.68