Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dnntplib.py75 _have_ssl = False variable
77 _have_ssl = True variable
280 if _have_ssl:
989 if _have_ssl:
1014 if _have_ssl:
Dsmtplib.py185 _have_ssl = False variable
187 _have_ssl = True variable
775 if not _have_ssl:
1012 if _have_ssl:
/third_party/python/Lib/urllib/
Drequest.py114 _have_ssl = False variable
116 _have_ssl = True variable
200 if not _have_ssl:
1989 if _have_ssl: