MCPcopy Create free account
hub / github.com/dask/dask / _simplify_down

Method _simplify_down

dask/_expr.py:1282–1283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1280 _parameters = ["expr"]
1281
1282 def _simplify_down(self):
1283 return self.expr.finalize_compute()
1284
1285
1286def _convert_dask_keys(keys):

Callers

nothing calls this directly

Calls 1

finalize_computeMethod · 0.45

Tested by

no test coverage detected