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

Method ndim

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

Source from the content-addressed store, hash-verified

1654
1655 @cached_property
1656 def ndim(self) -> int:
1657 return len(self.shape)
1658
1659 @cached_property
1660 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