Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _tokenize_deterministic
Function
_tokenize_deterministic
dask/tokenize.py:487–489 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
485
486
487
def
_tokenize_deterministic(*args, **kwargs) -> str:
488
# Utility to be strict about deterministic tokens
489
return
tokenize(*args, ensure_deterministic=True, **kwargs)
Callers
10
__dask_tokenize__
Method · 0.90
_tokenize_partial
Function · 0.90
_token
Method · 0.90
isin
Method · 0.90
_layer
Method · 0.90
__dask_tokenize__
Method · 0.90
__dask_tokenize__
Method · 0.90
outer
Method · 0.90
_name
Method · 0.90
__dask_tokenize__
Method · 0.90
Calls
1
tokenize
Function · 0.70
Tested by
no test coverage detected