Called after writing each message to file f.
(self, f)
| 778 | return |
| 779 | |
| 780 | def _post_message_hook(self, f): |
| 781 | """Called after writing each message to file f.""" |
| 782 | return |
| 783 | |
| 784 | def close(self): |
| 785 | """Flush and close the mailbox.""" |
no outgoing calls
no test coverage detected