Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_compute
Method · 0.45
finalize_compute
Method · 0.45
_simplify_down
Method · 0.45
finalize
Function · 0.45
unpack_collections
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected