Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ init
Method
init
gunicorn/app/base.py:45–46 ·
view source on GitHub ↗
(self, parser, opts, args)
Source
from the content-addressed store, hash-verified
43
self.cfg = Config(self.usage, prog=self.prog)
44
45
def
init(self, parser, opts, args):
46
raise
NotImplementedError
47
48
def
load(self):
49
raise
NotImplementedError
Callers
1
load_config
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected