(self)
| 1038 | self._test_modes(self._testfunc_file) |
| 1039 | |
| 1040 | def test_detect_fileobj(self): |
| 1041 | self._test_modes(self._testfunc_fileobj) |
| 1042 | |
| 1043 | class GzipDetectReadTest(GzipTest, DetectReadTest): |
| 1044 | pass |
nothing calls this directly
no test coverage detected