Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ BadRepr
Class
BadRepr
tests/test_formatters.py:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
class
BadRepr(object):
39
def
__repr__(self):
40
raise
ValueError(
"bad repr"
)
41
42
43
class
BadPretty(object):
Callers
1
test_bad_repr_traceback
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_bad_repr_traceback
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…