MCPcopy 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
1315class FinalizeCompute(Expr):
1316 _parameters = ["expr"]
1317
1318 def _simplify_down(self):
1319 return self.expr.finalize_compute()
1320
1321
1322def _convert_dask_keys(keys):

Callers 2

to_task_daskFunction · 0.90
computeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected