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

Method ndim

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

Source from the content-addressed store, hash-verified

1659
1660 @cached_property
1661 def ndim(self) -> int:
1662 return len(self.shape)
1663
1664 @cached_property
1665 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