Home | History | Annotate | Download | only in python2.7

Lines Matching defs:flush

8 # or returning from a flush() method.  See functions _sync_flush() and
184 def flush(self):
197 """Flush and close the mailbox."""
395 def flush(self):
410 """Flush and close the mailbox."""
634 def flush(self):
715 """Flush and close the mailbox."""
716 self.flush()
719 self._file.close() # Sync has been done by self.flush() above.
748 self._file.flush()
1083 def flush(self):
1088 """Flush and close the mailbox."""
2029 f.flush()