Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ reload
Method
reload
gunicorn/app/base.py:59–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
raise
NotImplementedError
58
59
def
reload(self):
60
self.do_load_config()
61
if
self.cfg.spew:
62
debug.spew()
63
64
def
wsgi(self):
65
if
self.callable is None:
Callers
nothing calls this directly
Calls
1
do_load_config
Method · 0.95
Tested by
no test coverage detected