MCPcopy Index your code
hub / github.com/reactive-python/reactpy / update_message

Function update_message

src/py/reactpy/tests/tooling/common.py:13–14  ·  view source on GitHub ↗
(path: str, model: Any)

Source from the content-addressed store, hash-verified

11
12
13def update_message(path: str, model: Any) -> LayoutUpdateMessage:
14 return {"type": "layout-update", "path": path, "model": model}

Calls

no outgoing calls