Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ BadRepr
Class
BadRepr
IPython/core/tests/test_formatters.py:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
pass
30
31
class
BadRepr(object):
32
def
__repr__(self):
33
raise
ValueError(
"bad repr"
)
34
35
class
BadPretty(object):
36
_repr_pretty_ = None
Callers
1
test_bad_repr_traceback
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_bad_repr_traceback
Function · 0.56