MCPcopy 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
1279class FinalizeCompute(Expr):
1280 _parameters = ["expr"]
1281
1282 def _simplify_down(self):
1283 return self.expr.finalize_compute()
1284
1285
1286def _convert_dask_keys(keys):

Callers 2

to_task_daskFunction · 0.90
computeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected