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

Method get

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

Source from the content-addressed store, hash-verified

332 return copy.copy(self)
333
334 def get(self):
335 return self.value
336
337 def set(self, val):
338 if not callable(self.validator):

Callers 15

__getattr__Method · 0.45
worker_class_strMethod · 0.45
worker_classMethod · 0.45
addressMethod · 0.45
uidMethod · 0.45
gidMethod · 0.45
proc_nameMethod · 0.45
logger_classMethod · 0.45
ssl_optionsMethod · 0.45
envMethod · 0.45
sendfileMethod · 0.45
reuse_portMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected