def pip._vendor.distlib.util.HTTPSHandler.__init__ |
( |
|
self, |
|
|
|
ca_certs, |
|
|
|
check_domain = True |
|
) |
| |
def pip._vendor.distlib.util.HTTPSHandler._conn_maker |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
|
private |
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.
def pip._vendor.distlib.util.HTTPSHandler.https_open |
( |
|
self, |
|
|
|
req |
|
) |
| |
pip._vendor.distlib.util.HTTPSHandler.ca_certs |
pip._vendor.distlib.util.HTTPSHandler.check_domain |
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/_vendor/distlib/util.py
Copyright 2014 Google Inc. All rights reserved.