Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
items
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected