MCPcopy
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

startMethod · 0.45

Calls 3

patch_allMethod · 0.95
loopMethod · 0.80
loop_argsMethod · 0.80

Tested by

no test coverage detected