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

Method _token

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

Source from the content-addressed store, hash-verified

125
126 @functools.cached_property
127 def _token(self):
128 from dask.tokenize import _tokenize_deterministic
129
130 return _tokenize_deterministic(self._data)
131
132 def __len__(self):
133 return len(self._data)

Callers

nothing calls this directly

Calls 1

_tokenize_deterministicFunction · 0.90

Tested by

no test coverage detected