Write any pending changes to the disk.
(self)
| 1183 | self._locked = False |
| 1184 | |
| 1185 | def flush(self): |
| 1186 | """Write any pending changes to the disk.""" |
| 1187 | return |
| 1188 | |
| 1189 | def close(self): |
| 1190 | """Flush and close the mailbox.""" |
no outgoing calls
no test coverage detected