()
| 164 | def _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 |
no outgoing calls
no test coverage detected