MCPcopy 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
41def 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_enabledFunction · 0.90

Calls 1

_array_expr_enabledFunction · 0.85

Tested by 1

test_array_expr_enabledFunction · 0.72