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

Method _repr_mimebundle_

IPython/utils/capture.py:37–38  ·  view source on GitHub ↗
(self, include=None, exclude=None)

Source from the content-addressed store, hash-verified

35 return data
36
37 def _repr_mimebundle_(self, include=None, exclude=None):
38 return self.data, self.metadata
39
40 def _repr_html_(self):
41 return self._repr_mime_("text/html")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected