Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ load_config_from_file
Method
load_config_from_file
gunicorn/app/base.py:151–152 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
149
return
cfg
150
151
def
load_config_from_file(self, filename):
152
return
self.load_config_from_module_name_or_filename(location=filename)
153
154
def
load_config(self):
155
# parse console args
Callers
2
load_config
Method · 0.95
load_config
Method · 0.80
Calls
1
load_config_from_module_name_or_filename
Method · 0.95
Tested by
no test coverage detected