Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ _send_props
Function
_send_props
dash/_callback_context.py:373–375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
_id = stringify_id(component_id)
372
373
async
def
_send_props():
374
for
prop_name, value in props.items():
375
await ws.set_prop(_id, prop_name, value)
376
377
# If we're in an async context, schedule the coroutine
378
try
:
Callers
1
set_props
Function · 0.85
Calls
1
set_prop
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…