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

Method __repr__

IPython/core/tests/test_interactiveshell.py:848–849  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

846
847class DummyRepr(object):
848 def __repr__(self):
849 return "DummyRepr"
850
851 def _repr_html_(self):
852 return "<b>dummy</b>"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected