Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _data_and_metadata
Method
_data_and_metadata
IPython/core/display.py:908–909 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
906
self._data = data
907
908
def
_data_and_metadata(self):
909
return
self.data, self.metadata
910
911
def
_repr_json_(self):
912
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