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.py214 class UnixHTTPServer(socketserver.UnixStreamServer, HTTPServer): class
222 class UnixWSGIServer(UnixHTTPServer, WSGIServer):
227 UnixHTTPServer.server_bind(self)