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

Function Main

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

Source from the content-addressed store, hash-verified

162async def test_layout_render_error_has_partial_update_with_error_message():
163 @reactpy.component
164 def Main():
165 return reactpy.html.div(OkChild(), BadChild(), OkChild())
166
167 @reactpy.component
168 def OkChild():

Calls 3

OkChildFunction · 0.85
BadChildFunction · 0.85
ChildFunction · 0.70

Tested by

no test coverage detected