Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ pre_exec
Method
pre_exec
gunicorn/config.py:1942–1943 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
1940
type = callable
1941
1942
def
pre_exec(server):
1943
pass
1944
default = staticmethod(pre_exec)
1945
desc =
""
"\
1946
Called just before a new master process is forked.
Callers
1
reexec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected