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

Method _simplify_down

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

Source from the content-addressed store, hash-verified

1316 _parameters = ["expr"]
1317
1318 def _simplify_down(self):
1319 return self.expr.finalize_compute()
1320
1321
1322def _convert_dask_keys(keys):

Callers

nothing calls this directly

Calls 1

finalize_computeMethod · 0.45

Tested by

no test coverage detected