MCPcopy
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_graphFunction · 0.45
__init__Method · 0.45
get_importsFunction · 0.45
restoreMethod · 0.45
updateMethod · 0.45
contextual_defsMethod · 0.45
recurse_containerFunction · 0.45

Calls

no outgoing calls

Tested by 15

_sub_functionFunction · 0.36
mainFunction · 0.36
assert_only_one_calledFunction · 0.36
test_make_requestFunction · 0.36
_ctxFunction · 0.36
test_itemsMethod · 0.36
_resolveMethod · 0.36
_ctxFunction · 0.36
_ctxFunction · 0.36