(_)
| 530 | prevent_initial_call=True, |
| 531 | ) |
| 532 | def on_div(_): |
| 533 | patched = Patch() |
| 534 | patched /= 2 |
| 535 | return patched |
| 536 | |
| 537 | @app.callback( |
| 538 | Output("dict-store", "data", allow_duplicate=True), |
nothing calls this directly
no test coverage detected
searching dependent graphs…