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

Method _check_data

IPython/core/display.py:354–356  ·  view source on GitHub ↗

Override in subclasses if there's something to check.

(self)

Source from the content-addressed store, hash-verified

352 return r
353
354 def _check_data(self):
355 """Override in subclasses if there's something to check."""
356 pass
357
358 def _data_and_metadata(self):
359 """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