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

Method __repr__

IPython/core/tests/test_formatters.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 pp.text('foo')
41
42 def __repr__(self):
43 return 'GoodPretty()'
44
45def foo_printer(obj, pp, cycle):
46 pp.text('foo')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected