Home
last modified time | relevance | path

Searched refs:_have_ssl (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py173 _have_ssl = False variable
200 _have_ssl = True variable
648 if not _have_ssl:
781 if _have_ssl:
Durllib2.py116 _have_ssl = False variable
118 _have_ssl = True variable
140 if not _have_ssl:
Durllib.py109 _have_ssl = False variable
111 _have_ssl = True variable
388 if _have_ssl:
/external/python/cpython3/Lib/
Dnntplib.py75 _have_ssl = False variable
77 _have_ssl = True variable
280 if _have_ssl:
994 if _have_ssl:
1064 if _have_ssl:
Dsmtplib.py184 _have_ssl = False variable
186 _have_ssl = True variable
755 if not _have_ssl:
992 if _have_ssl:
/external/python/cpython3/Lib/urllib/
Drequest.py114 _have_ssl = False variable
116 _have_ssl = True variable
208 if not _have_ssl:
1957 if _have_ssl: