MCPcopy
hub / github.com/dask/dask / dependencies

Method dependencies

dask/_expr.py:221–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 return self.operands[type(self)._parameters.index(key)]
220
221 def dependencies(self):
222 # Dependencies are `Expr` operands only
223 return [operand for operand in self.operands if isinstance(operand, Expr)]
224
225 def _task(self, key: Key, index: int) -> Task:
226 """The task for the i'th partition

Callers 8

_depthMethod · 0.95
_node_label_argsMethod · 0.95
rewriteMethod · 0.45
simplify_onceMethod · 0.45
__dask_graph__Method · 0.45
_to_graphvizMethod · 0.45
walkMethod · 0.45
collect_dependentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected