Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ pre_fork
Method
pre_fork
gunicorn/config.py:1852–1853 ·
view source on GitHub ↗
(server, worker)
Source
from the content-addressed store, hash-verified
1850
type = callable
1851
1852
def
pre_fork(server, worker):
1853
pass
1854
default = staticmethod(pre_fork)
1855
desc =
""
"\
1856
Called just before a worker is forked.
Callers
1
spawn_worker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected