Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _simplify_up
Method
_simplify_up
dask/_expr.py:465–466 ·
view source on GitHub ↗
(self, parent, dependents)
Source
from the content-addressed store, hash-verified
463
return
464
465
def
_simplify_up(self, parent, dependents):
466
return
467
468
def
lower_once(self, lowered: dict):
469
# Check for a cached result
Callers
1
simplify_once
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected