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

Function _set_props

dash/background_callback/managers/diskcache_manager.py:223–224  ·  view source on GitHub ↗
(_id, props)

Source from the content-addressed store, hash-verified

221 maybe_progress = [_set_progress] if progress else []
222
223 def _set_props(_id, props):
224 cache.set(f"{result_key}-set_props", {_id: props})
225
226 ctx = copy_context()
227

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…