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

Method ssl_options

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

Source from the content-addressed store, hash-verified

198
199 @property
200 def ssl_options(self):
201 opts = {}
202 for name, value in self.settings.items():
203 if value.section == 'SSL':
204 opts[name] = value.get()
205 return opts
206
207 @property
208 def env(self):

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected