Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ ndim
Method
ndim
dask/array/_array_expr/_expr.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
31
@cached_property
32
def
ndim(self):
33
return
len(self.shape)
34
35
@cached_property
36
def
chunksize(self) -> tuple[T_IntOrNaN, ...]:
Callers
2
test_shape_and_ndim
Function · 0.45
full
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_shape_and_ndim
Function · 0.36