MCPcopy
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_configMethod · 0.95
load_configMethod · 0.80

Tested by

no test coverage detected