ssl.DefaultVerifyPaths

class ssl.DefaultVerifyPaths

Methods

__format__ default object formatter
__getnewargs__() Return self as a plain tuple.
__getstate__() Exclude the OrderedDict from pickling
__new__(_cls, cafile, capath, ...) Create new instance of DefaultVerifyPaths(cafile, capath, openssl_cafile_env, openssl_cafile, openssl_capath_env, openssl_capath)
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__repr__() Return a nicely formatted representation string
__sizeof__(() -> int) size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().
_asdict() Return a new OrderedDict which maps field names to their values
_make(iterable[, new, len]) Make a new DefaultVerifyPaths object from a sequence or iterable
_replace(_self, **kwds) Return a new DefaultVerifyPaths object replacing specified fields with new values
count(...)
index((value, [start, ...) Raises ValueError if the value is not present.

Attributes

cafile Alias for field number 0
capath Alias for field number 1
openssl_cafile Alias for field number 3
openssl_cafile_env Alias for field number 2
openssl_capath Alias for field number 5
openssl_capath_env Alias for field number 4