Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ BadRepr
Class
BadRepr
tests/test_pretty.py:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
79
80
class
BadRepr(object):
81
def
__repr__(self):
82
return
1 / 0
83
84
85
def
test_indentation():
Callers
1
test_bad_repr
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_bad_repr
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…