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

Method has_subgraph

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

Source from the content-addressed store, hash-verified

677 return self._data_producer
678
679 def has_subgraph(self) -> bool:
680 return self.func == _execute_subgraph
681
682 def copy(self):
683 return type(self)(

Callers 1

task_labelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected