Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
75
class
BreakingRepr(object):
76
def
__repr__(self):
77
return
"Breaking(\n)"
78
79
80
class
BadRepr(object):
Callers
1
test_pprint_break_repr
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pprint_break_repr
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…