| Home | Trees | Indices | Help |
|
|---|
|
|
zope.interface.Interface --+
|
IQueue
Abstraction of a queue.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
__bases__ =
|
|
__identifier__ =
|
|
__iro__ =
|
|
__name__ =
|
|
__sro__ =
|
|
dependents = <WeakKeyDictionary at 24879400>
|
|
| Method Details |
Adds an individual item to the end of the queue. Returns an item if it was overflowed. |
Adds a list of items as the oldest entries. Normally called in case of failure to process the data, queue the data back so it can be retrieved at a later time. Returns a list of items if it was overflowed. |
Pop many items at once. Defaults to self.maxItems(). |
Returns items in the queue. Warning: Can be extremely slow for queue on disk. |
| Class Variable Details |
__iro__
|
__sro__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 25 17:52:42 2010 | http://epydoc.sourceforge.net |