Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ child_2
Function
child_2
src/py/reactpy/tests/test_core/test_layout.py:1278–1280 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1276
@component
1277
@child_2_hook.capture
1278
def
child_2():
1279
child_2_rendered.set()
1280
child_2_render_count.current += 1
1281
1282
async
with
Layout(outer())
as
layout:
1283
await layout.render()
Callers
1
outer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected