Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ blockwise_token
Function
blockwise_token
dask/blockwise.py:223–224 ·
view source on GitHub ↗
(i, prefix=_BLOCKWISE_DEFAULT_PREFIX)
Source
from the content-addressed store, hash-verified
221
222
223
def
blockwise_token(i, prefix=_BLOCKWISE_DEFAULT_PREFIX):
224
return
f
"{prefix}{int(i)}"
225
226
227
def
blockwise(
Callers
4
__init__
Method · 0.90
blockwise
Function · 0.85
clone
Method · 0.85
rewrite_blockwise
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected