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

Public Member Functions

def __init__
 
def __call__
 
- Public Member Functions inherited from pip._vendor.requests.auth.AuthBase
def __call__
 

Public Attributes

 username
 
 password
 

Detailed Description

Attaches HTTP Basic Authentication to the given Request object.

Constructor & Destructor Documentation

def pip._vendor.requests.auth.HTTPBasicAuth.__init__ (   self,
  username,
  password 
)

Member Function Documentation

def pip._vendor.requests.auth.HTTPBasicAuth.__call__ (   self,
  r 
)

Member Data Documentation

pip._vendor.requests.auth.HTTPBasicAuth.password
pip._vendor.requests.auth.HTTPBasicAuth.username

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

Copyright 2014 Google Inc. All rights reserved.