Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ FinalizeCompute
Class
FinalizeCompute
dask/_expr.py:1315–1319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1313
1314
1315
class
FinalizeCompute(Expr):
1316
_parameters = [
"expr"
]
1317
1318
def
_simplify_down(self):
1319
return
self.expr.finalize_compute()
1320
1321
1322
def
_convert_dask_keys(keys):
Callers
2
to_task_dask
Function · 0.90
compute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected