MCPcopy
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
223def blockwise_token(i, prefix=_BLOCKWISE_DEFAULT_PREFIX):
224 return f"{prefix}{int(i)}"
225
226
227def blockwise(

Callers 4

__init__Method · 0.90
blockwiseFunction · 0.85
cloneMethod · 0.85
rewrite_blockwiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…