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

Function _interactive_widget

docs/source/_exts/reactpy_example.py:148–152  ·  view source on GitHub ↗
(name, with_activate_button)

Source from the content-addressed store, hash-verified

146
147
148def _interactive_widget(name, with_activate_button):
149 return _interactive_widget_template.format(
150 name=name,
151 activate_button_opt=":activate-button:" if with_activate_button else "",
152 )
153
154
155_tab_item_template = """

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected