MCPcopy Index your code
hub / github.com/ipython/ipython / NotSelfDisplaying

Class NotSelfDisplaying

tests/test_formatters.py:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 catcher.append(self)
470
471 class NotSelfDisplaying(object):
472 def __repr__(self):
473 return "NotSelfDisplaying"
474
475 def _ipython_display_(self):
476 raise NotImplementedError
477
478 save_enabled = f.ipython_display_formatter.enabled
479 f.ipython_display_formatter.enabled = True

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…