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

Method _repr_markdown_

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

Source from the content-addressed store, hash-verified

461class Markdown(TextDisplayObject):
462
463 def _repr_markdown_(self):
464 return self._data_and_metadata()
465
466
467class Math(TextDisplayObject):

Callers

nothing calls this directly

Calls 1

_data_and_metadataMethod · 0.45

Tested by

no test coverage detected