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

Class BadReprMime

IPython/core/tests/test_formatters.py:526–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
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 1

test_repr_mime_failureFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_repr_mime_failureFunction · 0.68