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

Method data

IPython/core/display.py:894–895  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

892
893 @property
894 def data(self):
895 return self._data
896
897 @data.setter
898 def data(self, data):

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected