MCPcopy
hub / github.com/dask/dask / FinalizeCompute

Class FinalizeCompute

dask/_expr.py:1278–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276
1277
1278class FinalizeCompute(Expr):
1279 _parameters = ["expr"]
1280
1281 def _simplify_down(self):
1282 return self.expr.finalize_compute()
1283
1284
1285def _convert_dask_keys(keys):

Callers 2

to_task_daskFunction · 0.90
computeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…