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

Function Wrapper

docs/docs_app/examples.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117 @reactpy.component
118 def Wrapper():
119 return reactpy.html.div(captured_component_constructor(), PrintView())
120
121 @reactpy.component
122 def PrintView():

Callers 1

_load_one_exampleFunction · 0.85

Calls 1

PrintViewFunction · 0.85

Tested by

no test coverage detected