MCPcopy
hub / github.com/pydata/xarray / is_chunked_array

Method is_chunked_array

xarray/namedarray/daskmanager.py:40–41  ·  view source on GitHub ↗
(self, data: duckarray[Any, Any])

Source from the content-addressed store, hash-verified

38 self.array_cls = Array
39
40 def is_chunked_array(self, data: duckarray[Any, Any]) -> bool:
41 return is_duck_dask_array(data)
42
43 def chunks(self, data: Any) -> _NormalizedChunks:
44 return data.chunks # type: ignore[no-any-return]

Callers 1

chunkMethod · 0.45

Calls 1

is_duck_dask_arrayFunction · 0.90

Tested by

no test coverage detected