Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module RingBuffer :: Class RingBuffer |
|
Method Summary | |
---|---|
| |
Return a list with all the values in the ring buffer in the correct order (starting with the oldest) | |
Inserts am element into the ring-buffer | |
Return the latest element in the buffer, None if nothing was inserted into the buffer |
Method Details |
---|
__init__(self,
nr=1000)
|
dump(self)
|
insert(self, dings)Inserts am element into the ring-buffer |
last(self)
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |