Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
482
class
CustomTuple(tuple[int, int]):
483
def
_repr_html_(self):
484
return
f
"<h1>{', '.join(map(str, self))}</h1>"
485
486
487
def
test_format_extend_tuple():
Callers
nothing calls this directly
Calls
2
map
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected