(self)
| 1037 | testfunc(self.tarname, "r|*") |
| 1038 | |
| 1039 | def test_detect_file(self): |
| 1040 | self._test_modes(self._testfunc_file) |
| 1041 | |
| 1042 | def test_detect_fileobj(self): |
| 1043 | self._test_modes(self._testfunc_fileobj) |
nothing calls this directly
no test coverage detected