Searched refs:BaseErrorTestServer (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_socketserver.py297 BaseErrorTestServer(ValueError)
302 BaseErrorTestServer(SystemExit)
331 class BaseErrorTestServer(socketserver.TCPServer): class in inherits:socketserver.TCPServer
359 BaseErrorTestServer):
373 class ForkingErrorTestServer(socketserver.ForkingMixIn, BaseErrorTestServer):

Completed in 158 milliseconds