Lines Matching defs:flush
6 # or returning from a flush() method. See functions _sync_flush() and
181 def flush(self):
418 def flush(self):
652 def flush(self):
731 self.flush()
737 self._file.close() # Sync has been done by self.flush() above.
766 self._file.flush()
1107 def flush(self):
2010 def flush(self):
2011 return self._file.flush()
2128 f.flush()