Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
def
update_message(path: str, model: Any) -> LayoutUpdateMessage:
14
return
{
"type"
:
"layout-update"
,
"path"
: path,
"model"
: model}
Callers
7
test_simple_layout
Function · 0.90
test_nested_component_layout
Function · 0.90
test_layout_render_error_has_partial_update_with_error_message
Function · 0.90
test_layout_render_error_has_partial_update_without_error_message
Function · 0.90
test_render_raw_vdom_dict_with_single_component_object_as_children
Function · 0.90
test_component_can_return_another_component_directly
Function · 0.90
test_simple_stateful_component
Function · 0.90
Calls
no outgoing calls
Tested by
7
test_simple_layout
Function · 0.72
test_nested_component_layout
Function · 0.72
test_layout_render_error_has_partial_update_with_error_message
Function · 0.72
test_layout_render_error_has_partial_update_without_error_message
Function · 0.72
test_render_raw_vdom_dict_with_single_component_object_as_children
Function · 0.72
test_component_can_return_another_component_directly
Function · 0.72
test_simple_stateful_component
Function · 0.72