class documentation

class StatusHistory:

Constructor: StatusHistory(max_length)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add Undocumented
Method all Undocumented
Method latest Undocumented
Method length Undocumented
Method new Undocumented
Instance Variable buffer Undocumented
Instance Variable max_length Undocumented
def __init__(self, max_length=10):

Undocumented

def add(self, status):

Undocumented

def all(self, proc):

Undocumented

def latest(self):

Undocumented

def length(self):

Undocumented

def new(self, status, attr):

Undocumented

buffer =

Undocumented

max_length =

Undocumented