bundles / scipy 1.17.1 / scipy / _lib / array_api_compat / common / _helpers / is_dask_array
function
scipy._lib.array_api_compat.common._helpers:is_dask_array
source: /scipy/_lib/array_api_compat/common/_helpers.py :194
Signature
def is_dask_array ( x : object ) → TypeIs[da.Array] Summary
Return True if x is a dask.array Array.
Extended Summary
This function does not import dask if it has not already been imported and is therefore cheap to use.
See also
Aliases
-
scipy.differentiate.xpx._lib._at.is_dask_array