Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ run
Method
run
gunicorn/app/base.py:69–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
return
self.callable
68
69
def
run(self):
70
try
:
71
Arbiter(self).run()
72
except
RuntimeError
as
e:
73
print(
"\nError: %s\n"
% e, file=sys.stderr)
74
sys.stderr.flush()
75
sys.exit(1)
76
77
78
class
Application(BaseApplication):
Callers
nothing calls this directly
Calls
2
Arbiter
Class · 0.90
run
Method · 0.45
Tested by
no test coverage detected