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

Class NotSelfDisplaying

IPython/core/tests/test_formatters.py:400–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 catcher.append(self)
399
400 class NotSelfDisplaying(object):
401 def __repr__(self):
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 1

Calls

no outgoing calls

Tested by 1