class documentation

class Status(object):

View In Hierarchy

A not so usefull status representation of the request.

Method next Used for iteration
Method show Print a status message
Instance Variable comment Any added comment to the status
Instance Variable level The current status indication
Method __init__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
def next(self):

Used for iteration

def show(self):

Print a status message

comment =

Any added comment to the status

level =

The current status indication

def __init__(self):

Undocumented

def __iter__(self):

Undocumented

def __len__(self):

Undocumented