MCPcopy
hub / github.com/dask/dask / shape

Method shape

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cached_cumsumFunction · 0.90

Tested by

no test coverage detected