Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ chunksize
Method
chunksize
dask/array/core.py:1521–1522 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1519
1520
@property
1521
def
chunksize(self) -> tuple[T_IntOrNaN, ...]:
1522
return
tuple(cached_max(c)
for
c in self.chunks)
1523
1524
@property
1525
def
dtype(self):
Callers
nothing calls this directly
Calls
1
cached_max
Function · 0.90
Tested by
no test coverage detected