Searched defs:SecureTCPServer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_imaplib.py39 class SecureTCPServer(SocketServer.TCPServer): class in class:TestImaplib
52 class SecureTCPServer: class in inherits:
187 server_class = SecureTCPServer
/external/python/cpython3/Lib/test/
H A Dtest_imaplib.py78 class SecureTCPServer(socketserver.TCPServer): class in inherits:socketserver.TCPServer
91 class SecureTCPServer: class in inherits:
481 server_class = SecureTCPServer
862 server_class = SecureTCPServer

Completed in 205 milliseconds