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

Method do_load_config

tests/test_reload.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 super().__init__("no usage", prog="gunicorn_test")
15
16 def do_load_config(self):
17 self.load_default_config()
18 self.cfg.set('reload', True)
19 self.cfg.set('reload_engine', 'poll')
20
21
22class SyntaxErrorApp(ReloadApp):

Callers

nothing calls this directly

Calls 2

load_default_configMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected