Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dutils.py213 class UnixHTTPServer(socketserver.UnixStreamServer, HTTPServer): class
221 class UnixWSGIServer(UnixHTTPServer, WSGIServer):
226 UnixHTTPServer.server_bind(self)