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

Function cmd

tests/_code_mode/test_cells_view.py:35–36  ·  view source on GitHub ↗
(cell_id: str, code: str)

Source from the content-addressed store, hash-verified

33
34
35def cmd(cell_id: str, code: str) -> ExecuteCellCommand:
36 return ExecuteCellCommand(cell_id=CellId_t(cell_id), code=code)
37
38
39@contextmanager

Callers 14

wrapFunction · 0.85
test_positive_indexMethod · 0.85
test_negative_indexMethod · 0.85
test_lenMethod · 0.85
test_keysMethod · 0.85
test_valuesMethod · 0.85

Calls 1

ExecuteCellCommandClass · 0.90

Tested by

no test coverage detected