Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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