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

Function on_add

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

Source from the content-addressed store, hash-verified

500 Output("store", "data"), Input("add-one", "n_clicks"), prevent_initial_call=True
501 )
502 def on_add(_):
503 patched = Patch()
504 patched += 1
505 return patched
506
507 @app.callback(
508 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…