Home
last modified time | relevance | path

Searched refs:WSGIHandler (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_httpserver.py3 from paste.httpserver import WSGIHandler
21 wsgi_handler = WSGIHandler(mock_socket, mock_client_address, mock_server)
37 wsgi_handler = WSGIHandler(mock_socket, mock_client_address, mock_server)
/external/autotest/apache/
Dautotest.wsgi17 application = django.core.handlers.wsgi.WSGIHandler()
/external/autotest/frontend/
Dfrontend.wsgi18 _application = django.core.handlers.wsgi.WSGIHandler()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py433 class WSGIHandler(WSGIHandlerMixin, BaseHTTPRequestHandler): class
1294 handler = WSGIHandler