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

Function ExampleDidNotRun

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

Source from the content-addressed store, hash-verified

164def _make_example_did_not_run(example_name):
165 @reactpy.component
166 def ExampleDidNotRun():
167 return reactpy.html.code(f"Example {example_name} did not run")
168
169 return ExampleDidNotRun()
170

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected