Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Ringbuffer
Ringbuffer that can be treated as a list.
Note that the real queuing order is only obtained with the :meth:`tolist` method.
Based on http://www.onlamp.com/pub/a/python/excerpt/pythonckbk_chap1/index1.html
|
|||
__Full |
|
|||
new list |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
append object to end
|
extend list by appending elements from the iterable
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 3 22:23:17 2010 | http://epydoc.sourceforge.net |