Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_nntplib.py26 SSLError = ssl.SSLError variable
28 class SSLError(Exception): class