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

Method dask

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

Source from the content-addressed store, hash-verified

882
883 @property
884 def dask(self):
885 layer = {self._key: (getattr, self._obj._key, self._attr)}
886 return HighLevelGraph.from_collections(
887 self._key, layer, dependencies=[self._obj]
888 )
889
890 def __call__(self, *args, **kwargs):
891 return call_function(

Callers

nothing calls this directly

Calls 1

from_collectionsMethod · 0.80

Tested by

no test coverage detected