Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py139 class SilentWSGIServer(WSGIServer): class
171 class SSLWSGIServer(SSLWSGIServerMixin, SilentWSGIServer):
268 server_cls=SilentWSGIServer,