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

Method _ipython_display_

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

Source from the content-addressed store, hash-verified

395 catcher = []
396 class SelfDisplaying(object):
397 def _ipython_display_(self):
398 catcher.append(self)
399
400 class NotSelfDisplaying(object):
401 def __repr__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected