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

Function on_click

tests/background_callback/app_arbitrary.py:30–35  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

28 interval=500,
29)
30def on_click(_):
31 set_props("secondary", {"children": "first"})
32 set_props("secondary", {"style": {"background": "red"}})
33 time.sleep(2)
34 set_props("secondary", {"children": "second"})
35 return "completed"
36
37
38@callback(

Callers

nothing calls this directly

Calls 1

set_propsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…