Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ start
Method
start
celery/worker/consumer/consumer.py:786–788 ·
view source on GitHub ↗
(self, c)
Source
from the content-addressed store, hash-verified
784
last = True
785
786
def
start(self, c):
787
self.patch_all(c)
788
c.loop(*c.loop_args())
789
790
def
patch_all(self, c):
791
c.qos._mutex = DummyLock()
Callers
1
start
Method · 0.45
Calls
3
patch_all
Method · 0.95
loop
Method · 0.80
loop_args
Method · 0.80
Tested by
no test coverage detected