Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
pip.download.MultiDomainBasicAuth Class Reference
Inheritance diagram for pip.download.MultiDomainBasicAuth:
pip._vendor.requests.auth.AuthBase _object

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
 

Constructor & Destructor Documentation

def pip.download.MultiDomainBasicAuth.__init__ (   self,
  prompting = True 
)

Member Function Documentation

def pip.download.MultiDomainBasicAuth.__call__ (   self,
  req 
)
def pip.download.MultiDomainBasicAuth.handle_401 (   self,
  resp,
  kwargs 
)
def pip.download.MultiDomainBasicAuth.parse_credentials (   self,
  netloc 
)

Member Data Documentation

pip.download.MultiDomainBasicAuth.passwords
pip.download.MultiDomainBasicAuth.prompting

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

Copyright 2014 Google Inc. All rights reserved.