MCPcopy
hub / github.com/benoitc/gunicorn / proc_name

Method proc_name

gunicorn/config.py:146–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144
145 @property
146 def proc_name(self):
147 pn = self.settings['proc_name'].get()
148 if pn is not None:
149 return pn
150 else:
151 return self.settings['default_proc_name'].get()
152
153 @property
154 def logger_class(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected