Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ load_config
Method
load_config
tests/test_dirty_integration.py:66–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
super().__init__()
65
66
def
load_config(self):
67
for
key, value in self.options.items():
68
if
key in self.cfg.settings:
69
self.cfg.set(key.lower(), value)
70
71
def
load(self):
72
def
app(environ, start_response):
Callers
nothing calls this directly
Calls
2
items
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected