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

Method _ipython_display_

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

Source from the content-addressed store, hash-verified

402 return "NotSelfDisplaying"
403
404 def _ipython_display_(self):
405 raise NotImplementedError
406
407 save_enabled = f.ipython_display_formatter.enabled
408 f.ipython_display_formatter.enabled = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected