Write any pending changes to the disk.
(self)
| 1106 | self._locked = False |
| 1107 | |
| 1108 | def flush(self): |
| 1109 | """Write any pending changes to the disk.""" |
| 1110 | return |
| 1111 | |
| 1112 | def close(self): |
| 1113 | """Flush and close the mailbox.""" |
no outgoing calls
no test coverage detected