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

Method _repr_json_

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

Source from the content-addressed store, hash-verified

640 return self.data, self.metadata
641
642 def _repr_json_(self):
643 return self._data_and_metadata()
644
645
646_css_t = """var link = document.createElement("link");

Callers 1

test_jsonFunction · 0.95

Calls 1

_data_and_metadataMethod · 0.95

Tested by 1

test_jsonFunction · 0.76