MCPcopy
hub / github.com/dask/dask / copy

Method copy

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

Source from the content-addressed store, hash-verified

689 return self.func == _execute_subgraph
690
691 def copy(self):
692 return type(self)(
693 self.key,
694 self.func,
695 *self.args,
696 **self.kwargs,
697 )
698
699 def __hash__(self):
700 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