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

Method _repr_json_

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

Source from the content-addressed store, hash-verified

64 return magic_dict
65
66 def _repr_json_(self):
67 return self._jsonable()
68
69
70@magics_class

Callers

nothing calls this directly

Calls 1

_jsonableMethod · 0.95

Tested by

no test coverage detected