MCPcopy
hub / github.com/celery/celery / _collect_into

Method _collect_into

celery/backends/asynchronous.py:228–229  ·  view source on GitHub ↗
(self, result, bucket)

Source from the content-addressed store, hash-verified

226 """Mixin for backends that enables the async API."""
227
228 def _collect_into(self, result, bucket):
229 self.result_consumer.buckets[result] = bucket
230
231 def iter_native(self, result, no_ack=True, **kwargs):
232 self._ensure_not_eager()

Callers 1

iter_nativeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected