Lines Matching defs:flush
402 def flush(self):
419 self.flush()
826 # and a flush may be necessary to synch both views of the current
828 self.flush()
838 def flush(self):
840 raise ValueError("flush on closed file")
841 self.raw.flush()
847 self.flush()
854 self.flush()
1271 # We're full, so let's pre-flush the buffer. (This may
1297 def flush(self):
1303 raise ValueError("flush on closed file")
1332 # We have to release the lock and call self.flush() (which will
1333 # probably just re-take the lock) in case flush has been overridden in
1334 # a subclass or the user set self.flush to something. This is the same
1338 self.flush()
1400 def flush(self):
1401 return self.writer.flush()
1434 self.flush()
1457 # Use seek to flush the read buffer.
1463 self.flush()
1467 self.flush()
1471 self.flush()
1475 self.flush()
1479 self.flush()
2006 If line_buffering is True, a call to flush is implied when a call to
2170 self.flush()
2185 def flush(self):
2186 self.buffer.flush()
2192 self.flush()
2226 self.flush()
2343 self.flush()
2438 self.flush()
2446 self.flush()
2479 self.flush()
2491 self.flush()
2685 self.flush()