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

Method copy

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

Source from the content-addressed store, hash-verified

680 return self.func == _execute_subgraph
681
682 def copy(self):
683 return type(self)(
684 self.key,
685 self.func,
686 *self.args,
687 **self.kwargs,
688 )
689
690 def __hash__(self):
691 return hash(self._get_token())

Callers 15

to_graphvizFunction · 0.45
_to_cytoscape_jsonFunction · 0.45
process_runnablesFunction · 0.45
ndependenciesFunction · 0.45
_bind_oneFunction · 0.45
from_collectionMethod · 0.45
hlgMethod · 0.45
ensure_dictFunction · 0.45
ensure_setFunction · 0.45
inlineFunction · 0.45
fuseFunction · 0.45
repackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected