Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ AsyncResult
Method
AsyncResult
celery/canvas.py:849–853 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
847
848
@cached_property
849
def
AsyncResult(self):
850
try
:
851
return
self.type.AsyncResult
852
except
KeyError:
# task not registered
853
return
self.app.AsyncResult
854
855
@cached_property
856
def
_apply_async(self):
Callers
2
freeze
Method · 0.95
election
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected