(self)
| 2421 | write_mode = "wb+" |
| 2422 | |
| 2423 | def test_constructor(self): |
| 2424 | BufferedReaderTest.test_constructor(self) |
| 2425 | BufferedWriterTest.test_constructor(self) |
| 2426 | |
| 2427 | def test_uninitialized(self): |
| 2428 | BufferedReaderTest.test_uninitialized(self) |
nothing calls this directly
no test coverage detected