MCPcopy Create free account
hub / github.com/dask/dask / __dask_tokenize__

Method __dask_tokenize__

dask/_task_spec.py:595–598  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

593 return (DataNode, (self.key, self.value))
594
595 def __dask_tokenize__(self):
596 from dask.base import tokenize
597
598 return (type(self).__name__, tokenize(self.value))
599
600 def substitute(
601 self, subs: dict[KeyType, KeyType | GraphNode], key: KeyType | None = None

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.90

Tested by

no test coverage detected