class documentation

class RapiUsers(object):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method Get Checks whether a user exists.
Method Load Loads a file containing users and passwords.
Instance Variable _users Undocumented
def __init__(self):

Initializes this class.

def Get(self, username):

Checks whether a user exists.

def Load(self, filename):

Loads a file containing users and passwords.

Parameters
filename:stringPath to file
_users =

Undocumented