Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ BadRepr
Class
BadRepr
IPython/lib/tests/test_pretty.py:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
return
"Breaking(\n)"
70
71
class
BadRepr(object):
72
73
def
__repr__(self):
74
return
1/0
75
76
77
def
test_indentation():
Callers
1
test_bad_repr
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_bad_repr
Function · 0.56