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

Method has_subgraph

dask/_task_spec.py:688–689  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

686 return self._data_producer
687
688 def has_subgraph(self) -> bool:
689 return self.func == _execute_subgraph
690
691 def copy(self):
692 return type(self)(

Callers 1

task_labelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected