Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ is_dash_async
Function
is_dash_async
tests/utils.py:1–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
def
is_dash_async():
2
try
:
3
4
import
asgiref
# pylint: disable=unused-import, # noqa: F401
5
6
return
True
7
except
ImportError:
8
return
False
Callers
15
test_async_cbsc001_simple_callback
Function · 0.90
test_async_cbsc002_callbacks_generating_children
Function · 0.90
test_async_cbsc003_callback_with_unloaded_async_component
Function · 0.90
test_async_cbsc004_callback_using_unloaded_async_component
Function · 0.90
test_async_cbsc005_children_types
Function · 0.90
test_async_cbsc006_array_of_objects
Function · 0.90
test_async_cbsc007_parallel_updates
Function · 0.90
test_async_cbsc008_wildcard_prop_callbacks
Function · 0.90
test_async_cbsc009_callback_using_unloaded_async_component_and_graph
Function · 0.90
test_async_cbsc010_event_properties
Function · 0.90
test_async_cbsc011_one_call_for_multiple_outputs_initial
Function · 0.90
test_async_cbsc012_one_call_for_multiple_outputs_update
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_async_cbsc001_simple_callback
Function · 0.72
test_async_cbsc002_callbacks_generating_children
Function · 0.72
test_async_cbsc003_callback_with_unloaded_async_component
Function · 0.72
test_async_cbsc004_callback_using_unloaded_async_component
Function · 0.72
test_async_cbsc005_children_types
Function · 0.72
test_async_cbsc006_array_of_objects
Function · 0.72
test_async_cbsc007_parallel_updates
Function · 0.72
test_async_cbsc008_wildcard_prop_callbacks
Function · 0.72
test_async_cbsc009_callback_using_unloaded_async_component_and_graph
Function · 0.72
test_async_cbsc010_event_properties
Function · 0.72
test_async_cbsc011_one_call_for_multiple_outputs_initial
Function · 0.72
test_async_cbsc012_one_call_for_multiple_outputs_update
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…