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:473–474 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
471
472
class
CustomDict(dict[str, int]):
473
def
_repr_html_(self):
474
return
f
"<h1>{', '.join(map(str, self.items()))}</h1>"
475
476
477
def
test_format_extend_dict():
Callers
nothing calls this directly
Calls
3
map
Function · 0.85
join
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected