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

Method _node_label_args

dask/_expr.py:684–686  ·  view source on GitHub ↗

Operands to include in the node label by `visualize`

(self)

Source from the content-addressed store, hash-verified

682 return self
683
684 def _node_label_args(self):
685 """Operands to include in the node label by `visualize`"""
686 return self.dependencies()
687
688 def _to_graphviz(
689 self,

Callers 1

_to_graphvizMethod · 0.45

Calls 1

dependenciesMethod · 0.95

Tested by

no test coverage detected