Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
full
Function · 0.45
full_like
Function · 0.45
histogram
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected