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

Function MyComponent

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

Source from the content-addressed store, hash-verified

49def test_layout_repr():
50 @reactpy.component
51 def MyComponent(): ...
52
53 my_component = MyComponent()
54 layout = reactpy.Layout(my_component)

Calls 1

use_toggleFunction · 0.90

Tested by

no test coverage detected