(self)
| 151 | |
| 152 | @requires_alarm |
| 153 | def test_reentrant_write_text(self): |
| 154 | self.check_reentrant_write("xy", mode="w", encoding="ascii") |
| 155 | |
| 156 | def check_interrupted_read_retry(self, decode, **fdopen_kwargs): |
| 157 | """Check that a buffered read, when it gets interrupted (either |
nothing calls this directly
no test coverage detected