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

Method __repr__

IPython/core/display.py:366–367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 self.display_id = display_id
365
366 def __repr__(self):
367 return "<%s display_id=%s>" % (self.__class__.__name__, self.display_id)
368
369 def display(self, obj, **kwargs):
370 """Make a new display with my id, updating existing instances.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected