Home
last modified time | relevance | path

Searched refs:check_flush_and_read (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_io.py1672 def check_flush_and_read(self, read_func): member in BufferedRandomTest
1691 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)
/external/python/cpython3/Lib/test/
Dtest_io.py2143 def check_flush_and_read(self, read_func): member in BufferedRandomTest
2162 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)