Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _number_of_blocks
Function
_number_of_blocks
dask/array/rechunk.py:410–411 ·
view source on GitHub ↗
(chunks)
Source
from the content-addressed store, hash-verified
408
409
410
def
_number_of_blocks(chunks):
411
return
reduce(mul, map(len, chunks))
412
413
414
def
_largest_block_size(chunks):
Callers
1
_graph_size_threshold
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected