Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dutils.py242 class SilentUnixWSGIServer(UnixWSGIServer): class
248 class UnixSSLWSGIServer(SSLWSGIServerMixin, SilentUnixWSGIServer):
273 server_cls=SilentUnixWSGIServer,