MCPcopy Index your code
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
487def _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_partialFunction · 0.90
_tokenMethod · 0.90
isinMethod · 0.90
_layerMethod · 0.90
__dask_tokenize__Method · 0.90
__dask_tokenize__Method · 0.90
outerMethod · 0.90
_nameMethod · 0.90
__dask_tokenize__Method · 0.90

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…