Searched refs:wsgi_application (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | fileapp.py | 127 return exce.wsgi_application(environ, start_response) 144 return exce.wsgi_application(environ, start_response) 156 ).wsgi_application(environ, start_response) 222 return exc.wsgi_application( 339 return exc.wsgi_application(environ, start_response) 342 return exc.wsgi_application(environ, start_response)
|
D | urlparser.py | 220 return exc.wsgi_application(environ, start_response) 235 return exc.wsgi_application(environ, start_response) 409 return obj.wsgi_application 493 return exc.wsgi_application(environ, start_response) 502 return exc.wsgi_application(environ, start_response) 507 return exc.wsgi_application(environ, start_response) 581 return exc.wsgi_application(environ, start_response) 593 return exc.wsgi_application(environ, start_response)
|
D | httpserver.py | 303 result = self.server.wsgi_application(self.wsgi_environ, 1127 def __init__(self, wsgi_application, server_address, argument 1133 self.wsgi_application = wsgi_application 1147 def __init__(self, wsgi_application, server_address, argument 1151 WSGIServerBase.__init__(self, wsgi_application, server_address,
|
D | httpexceptions.py | 258 def wsgi_application(self, environ, start_response, exc_info=None): member in HTTPException 268 __call__ = wsgi_application
|
D | urlmap.py | 122 comment=cgi.escape(extra)).wsgi_application
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 200 return exc.wsgi_application(environ, start_response) 204 return exc.wsgi_application(environ, start_response) 252 return debug_info.wsgi_application(environ, start_response) 410 def wsgi_application(self, environ, start_response): member in DebugInfo
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | cas.py | 86 return exce.wsgi_application(environ, start_response)
|
D | basic.py | 94 return result.wsgi_application(environ, start_response)
|
D | digest.py | 227 return result.wsgi_application(environ, start_response)
|
D | open_id.py | 172 return exc.wsgi_application(environ, start_response)
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | news.txt | 889 - usage as a ``wsgi_application()`` enables exceptions to be 1000 this with exception's ``.wsgi_application`` method). 1020 - Now looks for a ``.wsgi_application`` attribute when serving
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | index.txt | 159 ``req.get_response(wsgi_application)``:
|