MCPcopy Create free account
hub / github.com/dask/dask / shape

Method shape

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

Source from the content-addressed store, hash-verified

1515
1516 @cached_property
1517 def shape(self) -> tuple[T_IntOrNaN, ...]:
1518 return tuple(cached_cumsum(c, initial_zero=True)[-1] for c in self.chunks)
1519
1520 @property
1521 def chunksize(self) -> tuple[T_IntOrNaN, ...]:

Callers

nothing calls this directly

Calls 1

cached_cumsumFunction · 0.90

Tested by

no test coverage detected