Trees | Indices | Help |
|
---|
|
object --+ | DequeMemoryQueue
Simple length bounded queue using deque.
list.pop(0) operation is O(n) so for a 10000 items list, it can start to be real slow. On the contrary, deque.popleft() is O(1) most of the time. See http://docs.python.org/library/collections.html for more information.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
__implemented__ = <implementedBy buildbot.status.persistent_qu
|
|
__provides__ = <zope.interface.declarations.ClassProvides obje
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Class Variable Details |
__implemented__
|
__provides__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:42 2010 | http://epydoc.sourceforge.net |