MCPcopy
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

setupMethod · 0.45
load_wsgiMethod · 0.45
load_wsgiMethod · 0.45
handle_requestMethod · 0.45
handle_http2_requestMethod · 0.45
handle_requestMethod · 0.45
handle_http2_requestMethod · 0.45
handle_requestMethod · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected