(_)
| 59 | prevent_initial_call=True, |
| 60 | ) |
| 61 | def no_output1(_): |
| 62 | set_props("secondary-output", {"children": "no-output"}) |
| 63 | |
| 64 | @app.callback( |
| 65 | Input("no-output2", "n_clicks"), |
nothing calls this directly
no test coverage detected
searching dependent graphs…