Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ items
Method
items
marimo/_runtime/params.py:263–264 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
261
return
self._params
262
263
def
items(self) -> Iterable[tuple[str, ListOrValue[Primitive]]]:
264
return
self._params.items()
265
266
def
keys(self) -> Iterable[str]:
267
return
self._params.keys()
Callers
15
get_dependency_graph
Function · 0.45
__init__
Method · 0.45
get_imports
Function · 0.45
content_cache_attempt_from_base
Function · 0.45
_prepare_call_execution
Method · 0.45
_finalize_cache_update
Method · 0.45
restore
Method · 0.45
_restore_from_stub_if_needed
Method · 0.45
update
Method · 0.45
_convert_to_stub_if_needed
Method · 0.45
contextual_defs
Method · 0.45
recurse_container
Function · 0.45
Calls
no outgoing calls
Tested by
15
_sub_function
Function · 0.36
main
Function · 0.36
assert_only_one_called
Function · 0.36
assert_multiple_called_once
Function · 0.36
test_make_request
Function · 0.36
test_infer_package_manager
Function · 0.36
test_charts_bad_characters
Function · 0.36
_ctx
Function · 0.36
test_items
Method · 0.36
_resolve
Method · 0.36
_ctx
Function · 0.36
_ctx
Function · 0.36