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

Method test_unpack_archive_zstdtar

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

Source from the content-addressed store, hash-verified

2181
2182 @support.requires_zstd()
2183 def test_unpack_archive_zstdtar(self):
2184 self.check_unpack_tarball('zstdtar')
2185
2186 @support.requires_lzma()
2187 @unittest.skipIf(AIX and not _maxdataOK(), "AIX MAXDATA must be 0x20000000 or larger")

Callers

nothing calls this directly

Calls 1

check_unpack_tarballMethod · 0.95

Tested by

no test coverage detected