MCPcopy
hub / github.com/plotly/dash / on_click

Function on_click

tests/integration/test_patch.py:85–90  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

83 prevent_initial_call=True,
84 )
85 def on_click(_, value):
86 p = Patch()
87 p.value = value
88 p.n_clicks += 1
89
90 return p
91
92 @app.callback(
93 Output("store", "data", allow_duplicate=True),

Callers

nothing calls this directly

Calls 6

appendMethod · 0.95
prependMethod · 0.95
updateMethod · 0.95
PatchClass · 0.90
set_propsFunction · 0.90
extendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…