Orbits
1
|
Public Member Functions | |
def | __init__ |
def | __call__ |
def | handle_401 |
def | parse_credentials |
Public Member Functions inherited from pip._vendor.requests.auth.AuthBase | |
def | __call__ |
Public Attributes | |
prompting | |
passwords | |
def pip.download.MultiDomainBasicAuth.__init__ | ( | self, | |
prompting = True |
|||
) |
def pip.download.MultiDomainBasicAuth.__call__ | ( | self, | |
req | |||
) |
def pip.download.MultiDomainBasicAuth.handle_401 | ( | self, | |
resp, | |||
kwargs | |||
) |
def pip.download.MultiDomainBasicAuth.parse_credentials | ( | self, | |
netloc | |||
) |
pip.download.MultiDomainBasicAuth.passwords |
pip.download.MultiDomainBasicAuth.prompting |
Copyright 2014 Google Inc. All rights reserved.