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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

1216 __str__ = __repr__
1217
1218 def finalize_compute(self):
1219 return _ExprSequence(
1220 *(op.finalize_compute() for op in self.operands),
1221 )
1222
1223 def __dask_annotations__(self):
1224 annotations_by_type = {}

Callers

nothing calls this directly

Calls 2

_ExprSequenceClass · 0.85
finalize_computeMethod · 0.45

Tested by

no test coverage detected