Called before writing the mailbox to file f.
(self, f)
| 777 | _lock_file(self._file, dotlock=False) |
| 778 | |
| 779 | def _pre_mailbox_hook(self, f): |
| 780 | """Called before writing the mailbox to file f.""" |
| 781 | return |
| 782 | |
| 783 | def _pre_message_hook(self, f): |
| 784 | """Called before writing each message to file f.""" |
no outgoing calls
no test coverage detected