Home
last modified time | relevance | path

Searched refs:WSGIServer (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Dtestserver.py16 class WSGIRegressionServer(WSGIServer):
26 WSGIServer.__init__(self, *args, **kwargs)
40 WSGIServer.close_request(self, *args, **kwargs)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dwebapp_test_util.py187 class SyncedWSGIServer(simple_server.WSGIServer):
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py1143 class WSGIServer(ThreadingMixIn, WSGIServerBase): class
1312 server = WSGIServer(application, server_address, handler, ssl_context,