MCPcopy
hub / github.com/dask/dask / __dask_keys__

Method __dask_keys__

dask/delayed.py:704–705  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

702 return self.dask
703
704 def __dask_keys__(self) -> NestedKeys:
705 return [self.key]
706
707 def __dask_layers__(self) -> Sequence[str]:
708 return (self._layer,)

Callers 3

unpack_collectionsFunction · 0.45
to_task_daskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected