(_)
| 111 | prevent_initial_call=True, |
| 112 | ) |
| 113 | def no_output(_): |
| 114 | set_props("secondary-output", {"children": "no-output"}) |
| 115 | |
| 116 | @app.callback( |
| 117 | Input("no-output2", "n_clicks"), |
nothing calls this directly
no test coverage detected
searching dependent graphs…