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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

79 return None
80
81 def finalize_compute(self):
82 return self
83
84 def _operands_for_repr(self):
85 return [

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