Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ ready
Method
ready
celery/events/state.py:378–379 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
376
377
@property
378
def
ready(self):
379
return
self.state in states.READY_STATES
380
381
@cached_property
382
def
parent(self):
Callers
2
is_set
Method · 0.45
unlock_chord
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected