MCPcopy
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

1def 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

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…