Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ftplib.py274 class SSLConnection(object, asyncore.dispatcher): class
/external/python/cpython3/Lib/test/
Dtest_ftplib.py333 class SSLConnection(asyncore.dispatcher): class