HomeSort by relevance Sort by last modified time
    Searched refs:wsgi_app (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_session.py 7 def wsgi_app(environ, start_response): function
32 wsgi_app = SessionMiddleware(wsgi_app) variable
35 app = TestApp(wsgi_app)
48 app = TestApp(wsgi_app)
test_gzipper.py 10 wsgi_app = middleware(simple_app) variable
11 app = TestApp(wsgi_app)
test_errordocument.py 76 wsgi_app = forward(auth_docs_app, codes={401: '/auth_doc'})
77 app = TestApp(wsgi_app)
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py     [all...]

Completed in 115 milliseconds