Home | History | Annotate | Download | only in test

Lines Matching refs:check_flush_and_read

1481     def check_flush_and_read(self, read_func):
1500 self.check_flush_and_read(lambda bufio, *args: bufio.read(*args))
1507 self.check_flush_and_read(_readinto)
1518 self.check_flush_and_read(_peek)