mailbox.Mailbox.get()

get(key, default=None) __getitem__(key)

Return a representation of the message corresponding to key. If no such message exists, default is returned if the method was called as get() and a KeyError exception is raised if the method was called as __getitem__(). 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:36
Comments
Leave a Comment

Please login to continue.