Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_array_expr_enabled
Function
test_array_expr_enabled
dask/array/_array_expr/tests/test_config.py:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
test_array_expr_enabled():
10
assert _array_expr_enabled() in (True, False)
11
assert array_expr_enabled() is _array_expr_enabled()
12
13
14
def
test_flip_config():
Callers
nothing calls this directly
Calls
2
_array_expr_enabled
Function · 0.90
array_expr_enabled
Function · 0.90
Tested by
no test coverage detected