OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, username, password) |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | __call__ (self, r) |
Data Fields | |
username | |
password | |
Attaches HTTP Basic Authentication to the given Request object.
def __init__ | ( | self, | |
username, | |||
password | |||
) |
def __call__ | ( | self, | |
r | |||
) |
Reimplemented from AuthBase.
Reimplemented in HTTPProxyAuth.
def __eq__ | ( | self, | |
other | |||
) |
def __ne__ | ( | self, | |
other | |||
) |
password |
username |