(self)
| 1948 | self.check_writes(lambda bufio: None) |
| 1949 | |
| 1950 | def test_writes_and_flushes(self): |
| 1951 | self.check_writes(lambda bufio: bufio.flush()) |
| 1952 | |
| 1953 | def test_writes_and_seeks(self): |
| 1954 | def _seekabs(bufio): |
nothing calls this directly
no test coverage detected