mailbox.Mailbox.pop()

pop(key, default=None)

Return a representation of the message corresponding to key and delete the message. If no such message exists, return default. The message is represented as an instance of the appropriate format-specific Message subclass unless a custom message factory was specified when the Mailbox instance was initialized.

doc_python
2016-10-07 17:36:38
Comments
Leave a Comment

Please login to continue.