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

Method __repr__

IPython/lib/tests/test_pretty.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66
67class BreakingRepr(object):
68 def __repr__(self):
69 return "Breaking(\n)"
70
71class BadRepr(object):
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected