MCPcopy Create free account
hub / github.com/python/cpython / test_unpack_archive_tar

Method test_unpack_archive_tar

Lib/test/test_shutil.py:2171–2172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

check_unpack_tarballMethod · 0.95

Tested by

no test coverage detected