Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ dirty_worker_init
Method
dirty_worker_init
gunicorn/config.py:3096–3097 ·
view source on GitHub ↗
(worker)
Source
from the content-addressed store, hash-verified
3094
type = callable
3095
3096
def
dirty_worker_init(worker):
3097
pass
3098
default = staticmethod(dirty_worker_init)
3099
desc =
""
"\
3100
Called just after a dirty worker has initialized all applications.
Callers
2
init_process
Method · 0.45
test_dirty_worker_init_custom
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_dirty_worker_init_custom
Method · 0.36