Searched refs:check_flush_and_read (Results 1 – 2 of 2) sorted by relevance
1672 def check_flush_and_read(self, read_func): member in BufferedRandomTest1691 self.check_flush_and_read(lambda bufio, *args: bufio.read(*args))1698 self.check_flush_and_read(_readinto)1709 self.check_flush_and_read(_peek)
2143 def check_flush_and_read(self, read_func): member in BufferedRandomTest2162 self.check_flush_and_read(lambda bufio, *args: bufio.read(*args))2169 self.check_flush_and_read(_readinto)2180 self.check_flush_and_read(_peek)