Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
pip._vendor.distlib.util.HTTPSHandler Class Reference
Inheritance diagram for pip._vendor.distlib.util.HTTPSHandler:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.distlib.util.HTTPSHandler:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, ca_certs, check_domain=True)
 
 https_open (self, req)
 

Public Attributes

 ca_certs
 
 check_domain
 

Protected Member Functions

 _conn_maker (self, *args, **kwargs)
 

Protected Attributes

 _conn_maker
 

Member Function Documentation

◆ _conn_maker()

pip._vendor.distlib.util.HTTPSHandler._conn_maker (   self,
args,
**  kwargs 
)
protected
This is called to create a connection instance. Normally you'd
pass a connection class to do_open, but it doesn't actually check for
a class, and just expects a callable. As long as we behave just as a
constructor would have, we should be OK. If it ever changes so that
we *must* pass a class, we'll create an UnsafeHTTPSConnection class
which just sets check_domain to False in the class definition, and
choose which one to pass to do_open.

The documentation for this class was generated from the following file: