MCPcopy
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_setMethod · 0.45
unlock_chordFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected