Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ reuse_port
Method
reuse_port
gunicorn/config.py:238–239 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
237
@property
238
def
reuse_port(self):
239
return
self.settings[
'reuse_port'
].get()
240
241
@property
242
def
paste_global_conf(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected