Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Queue
Fixed-sized list
|
|||
new list |
|
||
|
|||
|
|||
item |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Push a new item to queue. If queue already contains maxsize elements replace the oldest one. |
Pop item from the beginning of the queue Raise IndexError if queue is empty
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 17 01:07:05 2010 | http://epydoc.sourceforge.net |