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