MCPcopy
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

getMethod · 0.45

Tested by

no test coverage detected