Home
last modified time | relevance | path

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

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