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

Method _token

dask/dataframe/dask_expr/_util.py:123–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121
122 @functools.cached_property
123 def _token(self):
124 from dask.tokenize import _tokenize_deterministic
125
126 return _tokenize_deterministic(self._data)
127
128 def __len__(self):
129 return len(self._data)

Callers

nothing calls this directly

Calls 1

_tokenize_deterministicFunction · 0.90

Tested by

no test coverage detected