Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ on_init
Method
on_init
celery/app/base.py:440–441 ·
view source on GitHub ↗
Optional callback called at init.
(self)
Source
from the content-addressed store, hash-verified
438
)
439
440
def
on_init(self):
441
""
"Optional callback called at init."
""
442
443
def
__autoset(self, key, value):
444
if
value is not None:
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected