MCPcopy
hub / github.com/marimo-team/marimo / _repr_html_

Method _repr_html_

tests/_output/formatters/test_formatters.py:483–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

481
482class CustomTuple(tuple[int, int]):
483 def _repr_html_(self):
484 return f"<h1>{', '.join(map(str, self))}</h1>"
485
486
487def test_format_extend_tuple():

Callers

nothing calls this directly

Calls 2

mapFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected