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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

1212 __str__ = __repr__
1213
1214 def finalize_compute(self):
1215 return _ExprSequence(
1216 *(op.finalize_compute() for op in self.operands),
1217 )
1218
1219 def __dask_annotations__(self):
1220 annotations_by_type = {}

Callers

nothing calls this directly

Calls 2

_ExprSequenceClass · 0.85
finalize_computeMethod · 0.45

Tested by

no test coverage detected