Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __dask_tokenize__
Method
__dask_tokenize__
dask/_task_spec.py:708–709 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
706
return
self._token
707
708
def
__dask_tokenize__(self):
709
return
self._get_token()
710
711
def
__repr__(self) -> str:
712
# When `Task` is deserialized the constructor will not run and
Callers
1
__dask_tokenize__
Method · 0.45
Calls
1
_get_token
Method · 0.95
Tested by
no test coverage detected