Home | Trees | Index | Help |
---|
Package twisted :: Package python :: Module timeoutqueue :: Class TimeoutQueue |
|
Queue
--+
|
TimeoutQueue
Method Summary | |
---|---|
__init__(self,
max)
| |
Return 1 if the queue is empty, 0 otherwise (not reliable!). (inherited from Queue )
| |
Return 1 if the queue is full, 0 otherwise (not reliable!). (inherited from Queue )
| |
Remove and return an item from the queue. (inherited from Queue )
| |
Remove and return an item from the queue without blocking. (inherited from Queue )
| |
Put an item into the queue. (inherited from Queue )
| |
Put an item into the queue without blocking. (inherited from Queue )
| |
Return the approximate size of the queue (not reliable!). (inherited from Queue )
| |
Wait until the queue isn't empty. | |
_empty(self)
(inherited from Queue )
| |
_full(self)
(inherited from Queue )
| |
_get(self)
(inherited from Queue )
| |
_init(self,
maxsize)
(inherited from Queue )
| |
_put(self,
item)
(inherited from Queue )
| |
_qsize(self)
(inherited from Queue )
|
Method Details |
---|
wait(self, timeout)Wait until the queue isn't empty. Raises TimedOut if still empty. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:57 2003 | http://epydoc.sf.net |