MCPcopy
hub / github.com/dask/dask / ndim

Method ndim

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

Source from the content-addressed store, hash-verified

1656
1657 @cached_property
1658 def ndim(self) -> int:
1659 return len(self.shape)
1660
1661 @cached_property
1662 def size(self) -> T_IntOrNaN:

Callers 3

fullFunction · 0.45
full_likeFunction · 0.45
histogramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected