MCPcopy
hub / github.com/celery/celery / __init__

Method __init__

examples/eventlet/bulk_task_producer.py:11–13  ·  view source on GitHub ↗
(self, callback=None)

Source from the content-addressed store, hash-verified

9 result = None
10
11 def __init__(self, callback=None):
12 self.callback = callback
13 self.ready = Event()
14
15 def finished(self, result):
16 self.result = result

Callers

nothing calls this directly

Calls 1

EventFunction · 0.90

Tested by

no test coverage detected