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

Function outer

src/py/reactpy/tests/test_core/test_layout.py:1267–1268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1265
1266 @component
1267 def outer():
1268 return html._(child_1(), child_2())
1269
1270 @component
1271 @child_1_hook.capture

Callers 1

test_async_rendersFunction · 0.85

Calls 2

child_1Function · 0.85
child_2Function · 0.85

Tested by

no test coverage detected