Searched defs:wsgi_application (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
H A Dmiddleware.py200 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 class:DebugInfo
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dhttpexceptions.py258 def wsgi_application(self, environ, start_response, exc_info=None): member in class:HTTPException
268 __call__ = wsgi_application

Completed in 59 milliseconds