MCPcopy Index your code
hub / github.com/dask/dask / chunksize

Method chunksize

dask/array/core.py:1519–1520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1517
1518 @property
1519 def chunksize(self) -> tuple[T_IntOrNaN, ...]:
1520 return tuple(cached_max(c) for c in self.chunks)
1521
1522 @property
1523 def dtype(self):

Callers

nothing calls this directly

Calls 1

cached_maxFunction · 0.90

Tested by

no test coverage detected