Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ FinalizeCompute
Class
FinalizeCompute
dask/_expr.py:1279–1283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1277
1278
1279
class
FinalizeCompute(Expr):
1280
_parameters = [
"expr"
]
1281
1282
def
_simplify_down(self):
1283
return
self.expr.finalize_compute()
1284
1285
1286
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