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

Function _set_props

dash/background_callback/managers/celery_manager.py:156–160  ·  view source on GitHub ↗
(_id, props)

Source from the content-addressed store, hash-verified

154 maybe_progress = [_set_progress] if progress else []
155
156 def _set_props(_id, props):
157 cache.set(
158 f"{result_key}-set_props",
159 json.dumps({_id: props}, cls=PlotlyJSONEncoder),
160 )
161
162 ctx = copy_context()
163

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…