MCPcopy
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

itemsMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected