Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ _data_and_metadata
Method
_data_and_metadata
IPython/core/display.py:639–640 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
637
self._data = data
638
639
def
_data_and_metadata(self):
640
return
self.data, self.metadata
641
642
def
_repr_json_(self):
643
return
self._data_and_metadata()
Callers
5
_repr_json_
Method · 0.95
_repr_html_
Method · 0.45
_repr_markdown_
Method · 0.45
_repr_latex_
Method · 0.45
_repr_svg_
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected