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

Method _repr_html_

tests/test_formatters.py:383–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381
382 class MyHTML(object):
383 def _repr_html_(self):
384 return "hello"
385
386 with capture_output() as captured:
387 result = f(MyHTML)

Calls

no outgoing calls

Tested by

no test coverage detected