class documentation

class that implements a full buffer

Method append Append an element overwriting the oldest one.
Method get return list of elements in correct order
Instance Variable cur Undocumented
def append(self, x): (source)

Append an element overwriting the oldest one.

def get(self): (source)

return list of elements in correct order

Undocumented