Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ array_expr_enabled
Function
array_expr_enabled
dask/array/__init__.py:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
41
def
array_expr_enabled() -> builtins.bool:
42
# Need a public variant for downstream libraries to check
43
return
_array_expr_enabled()
44
45
46
__all__ = [
Callers
1
test_array_expr_enabled
Function · 0.90
Calls
1
_array_expr_enabled
Function · 0.85
Tested by
1
test_array_expr_enabled
Function · 0.72