MCPcopy
hub / github.com/celery/celery / then

Method then

celery/result.py:788–789  ·  view source on GitHub ↗
(self, callback, on_error=None, weak=False)

Source from the content-addressed store, hash-verified

786 return results
787
788 def then(self, callback, on_error=None, weak=False):
789 return self.on_ready.then(callback, on_error)
790
791 def iter_native(self, timeout=None, interval=0.5, no_ack=True,
792 on_message=None, on_interval=None):

Callers 6

thenMethod · 0.45
getMethod · 0.45
__init__Method · 0.45
thenMethod · 0.45
_apply_tasksMethod · 0.45
on_task_receivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected