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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

1103 return self._operands_for_repr()
1104
1105 def finalize_compute(self):
1106 return _HLGExprSequence(*[op.finalize_compute() for op in self.operands])
1107
1108 def _tune_down(self):
1109 if len(self.operands) == 1:

Callers

nothing calls this directly

Calls 2

_HLGExprSequenceClass · 0.85
finalize_computeMethod · 0.45

Tested by

no test coverage detected