Write any pending changes to the disk.
(self)
| 1176 | self._locked = False |
| 1177 | |
| 1178 | def flush(self): |
| 1179 | """Write any pending changes to the disk.""" |
| 1180 | return |
| 1181 | |
| 1182 | def close(self): |
| 1183 | """Flush and close the mailbox.""" |
no outgoing calls
no test coverage detected