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

Method _repr_html_

IPython/core/tests/test_formatters.py:354–355  ·  view source on GitHub ↗
(self, extra, args)

Source from the content-addressed store, hash-verified

352
353 class BadReprArgs(object):
354 def _repr_html_(self, extra, args):
355 return "html"
356
357 bad = BadReprArgs()
358 with capture_output() as captured:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected