MCPcopy Index your code
hub / github.com/dask/dask / __dask_tokenize__

Method __dask_tokenize__

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

Source from the content-addressed store, hash-verified

602 return (DataNode, (self.key, self.value))
603
604 def __dask_tokenize__(self):
605 from dask.base import tokenize
606
607 return (type(self).__name__, tokenize(self.value))
608
609 def substitute(
610 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