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

Method _repr_html_

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

Source from the content-addressed store, hash-verified

471
472class CustomDict(dict[str, int]):
473 def _repr_html_(self):
474 return f"<h1>{', '.join(map(str, self.items()))}</h1>"
475
476
477def test_format_extend_dict():

Callers

nothing calls this directly

Calls 3

mapFunction · 0.85
joinMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected