Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_imaplib.py39 class SecureTCPServer(SocketServer.TCPServer): class
52 class SecureTCPServer: class
/external/python/cpython3/Lib/test/
Dtest_imaplib.py93 class SecureTCPServer(socketserver.TCPServer): class
106 class SecureTCPServer: class