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

Function _set_side_update

dash/_callback.py:356–361  ·  view source on GitHub ↗
(ctx, response)

Source from the content-addressed store, hash-verified

354
355
356def _set_side_update(ctx, response) -> bool:
357 side_update = dict(ctx.updated_props)
358 if len(side_update) > 0:
359 response["sideUpdate"] = side_update
360 return True
361 return False
362
363
364def _initialize_context(args, kwargs, inputs_state_indices, has_output, insert_output):

Callers 2

_prepare_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…