Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ then
Method
then
celery/result.py:1000–1001 ·
view source on GitHub ↗
(self, callback, on_error=None, weak=False)
Source
from the content-addressed store, hash-verified
998
self.on_ready(self)
999
1000
def
then(self, callback, on_error=None, weak=False):
1001
return
self.on_ready.then(callback, on_error)
1002
1003
def
_get_task_meta(self):
1004
return
self._cache
Callers
nothing calls this directly
Calls
1
then
Method · 0.45
Tested by
no test coverage detected