Called after writing each message to file f.
(self, f)
| 785 | return |
| 786 | |
| 787 | def _post_message_hook(self, f): |
| 788 | """Called after writing each message to file f.""" |
| 789 | return |
| 790 | |
| 791 | def close(self): |
| 792 | """Flush and close the mailbox.""" |
no outgoing calls
no test coverage detected