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

Method _check_data

IPython/core/display.py:641–643  ·  view source on GitHub ↗

Override in subclasses if there's something to check.

(self)

Source from the content-addressed store, hash-verified

639 return r
640
641 def _check_data(self):
642 """Override in subclasses if there's something to check."""
643 pass
644
645 def _data_and_metadata(self):
646 """shortcut for returning metadata with shape information, if defined"""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected