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

Method uid

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

Source from the content-addressed store, hash-verified

136
137 @property
138 def uid(self):
139 return self.settings['user'].get()
140
141 @property
142 def gid(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected