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

Method _repr_json_

IPython/utils/capture.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 return self._repr_mime_("text/latex")
45
46 def _repr_json_(self):
47 return self._repr_mime_("application/json")
48
49 def _repr_javascript_(self):
50 return self._repr_mime_("application/javascript")

Callers

nothing calls this directly

Calls 1

_repr_mime_Method · 0.95

Tested by

no test coverage detected