Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py230 class SilentUnixWSGIServer(UnixWSGIServer): class
236 class UnixSSLWSGIServer(SSLWSGIServerMixin, SilentUnixWSGIServer):
261 server_cls=SilentUnixWSGIServer,