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