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

Method fuse

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

Source from the content-addressed store, hash-verified

440 return optimize_until(self, stage)
441
442 def fuse(self) -> Expr:
443 return self
444
445 def simplify(self) -> Expr:
446 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