Home | Trees | Indices | Help |
---|
|
|
|||
|
__init__(self,
url,
sqs_conn) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__str__(self) str(x) |
||
|
__repr__(self) repr(x) |
||
SQSMessage
|
read(self,
timeout=None) Returns a single message or None if queue is empty |
||
SQSMessage
|
write(self,
message) Add a single message to the queue |
||
list
|
get_messages(self,
number,
timeout=None) Get a variable number of messages |
||
|
delete(self,
message) Delete the message from the queue |
||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Tue Aug 29 17:36:36 2006 | http://epydoc.sourceforge.net |