MCPcopy
hub / github.com/celery/celery / on_after_init

Method on_after_init

celery/worker/worker.py:147–148  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

145 pass
146
147 def on_after_init(self, **kwargs):
148 pass
149
150 def on_start(self):
151 if self.pidfile:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected