Home
last modified time | relevance | path

Searched refs:_have_ssl (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py76 _have_ssl = False variable
78 _have_ssl = True variable
283 if _have_ssl:
992 if _have_ssl:
1017 if _have_ssl:
H A Dsmtplib.py185 _have_ssl = False
187 _have_ssl = True variable
775 if not _have_ssl:
1012 if _have_ssl:
/third_party/python/Lib/urllib/
H A Drequest.py114 _have_ssl = False variable
116 _have_ssl = True variable
200 if not _have_ssl:
1988 if _have_ssl:

Completed in 7 milliseconds