(self)
| 2169 | self.check_unpack_archive(format, filter='data') |
| 2170 | |
| 2171 | def test_unpack_archive_tar(self): |
| 2172 | self.check_unpack_tarball('tar') |
| 2173 | |
| 2174 | @support.requires_zlib() |
| 2175 | def test_unpack_archive_gztar(self): |
nothing calls this directly
no test coverage detected