(_)
| 520 | prevent_initial_call=True, |
| 521 | ) |
| 522 | def on_mul(_): |
| 523 | patched = Patch() |
| 524 | patched *= 2 |
| 525 | return patched |
| 526 | |
| 527 | @app.callback( |
| 528 | Output("store", "data", allow_duplicate=True), |
nothing calls this directly
no test coverage detected
searching dependent graphs…