Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ _simplify_down
Method
_simplify_down
dask/_expr.py:1281–1282 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1279
_parameters = [
"expr"
]
1280
1281
def
_simplify_down(self):
1282
return
self.expr.finalize_compute()
1283
1284
1285
def
_convert_dask_keys(keys):
Callers
nothing calls this directly
Calls
1
finalize_compute
Method · 0.45
Tested by
no test coverage detected