Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
append
Method · 0.95
prepend
Method · 0.95
update
Method · 0.95
Patch
Class · 0.90
set_props
Function · 0.90
extend
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…