(self)
| 1965 | self.check_writes(_seekrel) |
| 1966 | |
| 1967 | def test_writes_and_truncates(self): |
| 1968 | self.check_writes(lambda bufio: bufio.truncate(bufio.tell())) |
| 1969 | |
| 1970 | def test_write_non_blocking(self): |
| 1971 | raw = self.MockNonBlockWriterIO() |
nothing calls this directly
no test coverage detected