Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_until
Function · 0.45
_make_blockwise_graph
Function · 0.45
rewrite_blockwise
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected