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

Method __dask_graph__

dask/tests/test_composite_expr.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 return ExprTuple(*(ExprScalar(expr) for expr in exprs))
132
133 def __dask_graph__(self):
134 return merge(*(child.__dask_graph__() for child in self.children))
135
136 def __dask_keys__(self):
137 return [child.__dask_keys__() for child in self.children]

Callers

nothing calls this directly

Calls 2

mergeFunction · 0.50
__dask_graph__Method · 0.45

Tested by

no test coverage detected