MCPcopy 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
737def test_deterministic_tokenization_respected():
738 with pytest.raises(RuntimeError, match="deterministic"):
739 tokenize(Task("key", func, object()), ensure_deterministic=True)
740
741
742def test_keys_in_tasks():

Callers

nothing calls this directly

Calls 2

tokenizeFunction · 0.90
TaskClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…