MCPcopy Index your code
hub / github.com/plotly/dash / on_mul

Function on_mul

tests/integration/test_patch.py:522–525  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

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),

Callers

nothing calls this directly

Calls 1

PatchClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…