MCPcopy Create free account
hub / github.com/ipython/ipython / Breaking

Class Breaking

IPython/lib/tests/test_pretty.py:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58NoModule.__module__ = None
59
60class Breaking(object):
61 def _repr_pretty_(self, p, cycle):
62 with p.group(4,"TG: ",":"):
63 p.text("Breaking(")
64 p.break_()
65 p.text(")")
66
67class BreakingRepr(object):
68 def __repr__(self):

Callers 1

test_pprint_breakFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pprint_breakFunction · 0.68