Searched defs:DefaultVerifyPaths (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dssl.py292 DefaultVerifyPaths = namedtuple("DefaultVerifyPaths", variable
305 return DefaultVerifyPaths(cafile if os.path.isfile(cafile) else None,
/external/python/cpython3/Lib/
H A Dssl.py331 DefaultVerifyPaths = namedtuple("DefaultVerifyPaths", variable
344 return DefaultVerifyPaths(cafile if os.path.isfile(cafile) else None,

Completed in 148 milliseconds