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

Method items

marimo/_code_mode/_context.py:593–595  ·  view source on GitHub ↗

Return (cell_id, cell_data) pairs in notebook order.

(self)

Source from the content-addressed store, hash-verified

591 return [self._cell_view(c) for c in self._doc.cells]
592
593 def items(self) -> Sequence[tuple[CellId_t, NotebookCell]]:
594 """Return (cell_id, cell_data) pairs in notebook order."""
595 return [(c.id, self._cell_view(c)) for c in self._doc.cells]
596
597 # ------------------------------------------------------------------
598 # Content search

Callers 15

deep_copyFunction · 0.45
deep_removeFunction · 0.45
get_experimental_flagsFunction · 0.45
update_noticesFunction · 0.45
suggest_commandsFunction · 0.45
get_gist_src_urlFunction · 0.45
_enrich_branded_typesFunction · 0.45
_replace_base64Function · 0.45
promptFunction · 0.45
format_type_docsFunction · 0.45
_resolve_targetMethod · 0.45

Calls 1

_cell_viewMethod · 0.95

Tested by

no test coverage detected