MCPcopy
hub / github.com/dask/dask / __dask_graph__

Method __dask_graph__

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

Source from the content-addressed store, hash-verified

699 return self._dask
700
701 def __dask_graph__(self) -> Graph:
702 return self.dask
703
704 def __dask_keys__(self) -> NestedKeys:
705 return [self.key]

Callers 3

unpack_collectionsFunction · 0.45
to_task_daskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected