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. |
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:16:50 2003 | http://epydoc.sf.net |