Orbits
1
|
Public Member Functions | |
def | __init__ |
def | __call__ |
![]() | |
def | __call__ |
Public Attributes | |
username | |
password | |
Attaches HTTP Basic Authentication to the given Request object.
def pip._vendor.requests.auth.HTTPBasicAuth.__init__ | ( | self, | |
username, | |||
password | |||
) |
def pip._vendor.requests.auth.HTTPBasicAuth.__call__ | ( | self, | |
r | |||
) |
pip._vendor.requests.auth.HTTPBasicAuth.password |
pip._vendor.requests.auth.HTTPBasicAuth.username |
Copyright 2014 Google Inc. All rights reserved.