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

Function on_merge

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

Source from the content-addressed store, hash-verified

540 prevent_initial_call=True,
541 )
542 def on_merge(_):
543 patched = Patch()
544 patched |= {"merged": "merged"}
545 return patched
546
547 app.clientside_callback(
548 "data => data", Output("store-output", "children"), Input("store", "data")

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…