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

Method __repr__

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

Source from the content-addressed store, hash-verified

71class BadRepr(object):
72
73 def __repr__(self):
74 return 1/0
75
76
77def test_indentation():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected