Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ wsgi
Method
wsgi
gunicorn/app/base.py:64–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
debug.spew()
63
64
def
wsgi(self):
65
if
self.callable is None:
66
self.callable = self.load()
67
return
self.callable
68
69
def
run(self):
70
try
:
Callers
8
setup
Method · 0.45
load_wsgi
Method · 0.45
load_wsgi
Method · 0.45
handle_request
Method · 0.45
handle_http2_request
Method · 0.45
handle_request
Method · 0.45
handle_http2_request
Method · 0.45
handle_request
Method · 0.45
Calls
1
load
Method · 0.95
Tested by
no test coverage detected