Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ test_deterministic_tokenization_respected
Function
test_deterministic_tokenization_respected
dask/tests/test_task_spec.py:737–739 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
735
736
737
def
test_deterministic_tokenization_respected():
738
with
pytest.raises(RuntimeError, match=
"deterministic"
):
739
tokenize(Task(
"key"
, func, object()), ensure_deterministic=True)
740
741
742
def
test_keys_in_tasks():
Callers
nothing calls this directly
Calls
2
tokenize
Function · 0.90
Task
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…