MCPcopy
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
78class Application(BaseApplication):

Callers

nothing calls this directly

Calls 2

ArbiterClass · 0.90
runMethod · 0.45

Tested by

no test coverage detected