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

Method fuse

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

Source from the content-addressed store, hash-verified

435 return optimize_until(self, stage)
436
437 def fuse(self) -> Expr:
438 return self
439
440 def simplify(self) -> Expr:
441 expr = self

Callers 3

optimize_untilFunction · 0.45
_make_blockwise_graphFunction · 0.45
rewrite_blockwiseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected