MCPcopy 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
35class BadPretty(object):
36 _repr_pretty_ = None
37
38class GoodPretty(object):
39 def _repr_pretty_(self, pp, cycle):

Callers 2

test_prettyFunction · 0.85
test_error_pretty_methodFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_prettyFunction · 0.68
test_error_pretty_methodFunction · 0.68