Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ on_before_init
Method
on_before_init
celery/worker/worker.py:144–145 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
142
pass
143
144
def
on_before_init(self, **kwargs):
145
pass
146
147
def
on_after_init(self, **kwargs):
148
pass
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected