Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ BadPretty
Class
BadPretty
IPython/core/tests/test_formatters.py:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
raise
ValueError(
"bad repr"
)
34
35
class
BadPretty(object):
36
_repr_pretty_ = None
37
38
class
GoodPretty(object):
39
def
_repr_pretty_(self, pp, cycle):
Callers
2
test_pretty
Function · 0.85
test_error_pretty_method
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_pretty
Function · 0.68
test_error_pretty_method
Function · 0.68