Lines Matching defs:flush
325 ### Flush and close ###
327 def flush(self):
328 """Flush write buffers, if applicable.
338 """Flush and close the IO object.
344 self.flush()
706 # Flush the stream. We're mixing buffered I/O with lower-level I/O,
707 # and a flush may be necessary to synch both views of the current
709 self.flush()
717 ### Flush and close ###
719 def flush(self):
721 raise ValueError("flush of closed file")
722 self.raw.flush()
728 self.flush()
735 self.flush()
1089 # We're full, so let's pre-flush the buffer. (This may
1115 def flush(self):
1121 raise ValueError("flush of closed file")
1208 def flush(self):
1209 return self.writer.flush()
1243 self.flush()
1266 # Use seek to flush the read buffer.
1272 self.flush()
1276 self.flush()
1280 self.flush()
1284 self.flush()
1467 If line_buffering is True, a call to flush is implied when a call to
1567 def flush(self):
1568 self.buffer.flush()
1574 self.flush()
1607 self.flush()
1706 self.flush()
1764 self.flush()
1772 self.flush()
1792 self.flush()
1804 self.flush()
1999 self.flush()