(self)
| 3150 | pass # we have no interest in ReadErrors |
| 3151 | |
| 3152 | def test_partial_input(self): |
| 3153 | self._test_partial_input("r") |
| 3154 | |
| 3155 | def test_partial_input_bz2(self): |
| 3156 | self._test_partial_input("r:bz2") |
nothing calls this directly
no test coverage detected