MCPcopy
hub / github.com/dask/dask / finalize_compute

Method finalize_compute

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

Source from the content-addressed store, hash-verified

76 return None
77
78 def finalize_compute(self):
79 return self
80
81 def _operands_for_repr(self):
82 return [f"{param}={op!r}" for param, op in zip(self._parameters, self.operands)]

Callers 5

finalize_computeMethod · 0.45
finalize_computeMethod · 0.45
_simplify_downMethod · 0.45
finalizeFunction · 0.45
unpack_collectionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected