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

Method _repr_mimebundle_

IPython/core/tests/test_formatters.py:527–528  ·  view source on GitHub ↗
(self, include=None, exclude=None)

Source from the content-addressed store, hash-verified

525def test_repr_mime_failure():
526 class BadReprMime(object):
527 def _repr_mimebundle_(self, include=None, exclude=None):
528 raise RuntimeError
529
530 f = get_ipython().display_formatter
531 obj = BadReprMime()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected