(_)
| 66 | prevent_initial_call=True, |
| 67 | ) |
| 68 | def no_output2(_): |
| 69 | set_props("secondary-output", {"children": "no-output2"}) |
| 70 | |
| 71 | @app.callback( |
| 72 | Input("no-output3", "n_clicks"), |
nothing calls this directly
no test coverage detected
searching dependent graphs…