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

Function _make_example_did_not_run

docs/docs_app/examples.py:164–169  ·  view source on GitHub ↗
(example_name)

Source from the content-addressed store, hash-verified

162
163
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
171
172def _make_error_display(message):

Callers 1

_load_one_exampleFunction · 0.85

Calls 1

ExampleDidNotRunFunction · 0.85

Tested by

no test coverage detected