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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

81 return None
82
83 def finalize_compute(self):
84 return self
85
86 def _operands_for_repr(self):
87 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