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

Method __init__

gunicorn/app/base.py:21–27  ·  view source on GitHub ↗
(self, usage=None, prog=None)

Source from the content-addressed store, hash-verified

19 the various necessities for any given web framework.
20 """
21 def __init__(self, usage=None, prog=None):
22 self.usage = usage
23 self.cfg = None
24 self.callable = None
25 self.prog = prog
26 self.logger = None
27 self.do_load_config()
28
29 def do_load_config(self):
30 """

Callers

nothing calls this directly

Calls 1

do_load_configMethod · 0.95

Tested by

no test coverage detected