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

Method _repr_json_

IPython/core/magics/basic.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 return magic_dict
69
70 def _repr_json_(self):
71 return self._jsonable()
72
73
74@magics_class

Callers

nothing calls this directly

Calls 1

_jsonableMethod · 0.95

Tested by

no test coverage detected