spatialdata.get_dask_backing_files

spatialdata.get_dask_backing_files#

spatialdata.get_dask_backing_files(element)#

Get the backing files that appear in the Dask computational graph of an element/any element of a SpatialData object.

Parameters:

element (SpatialData | SpatialImage | MultiscaleSpatialImage | DataFrame) – The element to get the backing files from.

Return type:

list[str]

Returns:

: List of backing files.

Notes

It is possible for lazy objects to be constructed from multiple files.