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

Method finalize_compute

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_ExprSequenceClass · 0.85
finalize_computeMethod · 0.45

Tested by

no test coverage detected