Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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