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

Method check_unpack_tarball

Lib/test/test_shutil.py:2167–2169  ·  view source on GitHub ↗
(self, format)

Source from the content-addressed store, hash-verified

2165 unpack_archive(converter(TESTFN), format='xxx', **kwargs)
2166
2167 def check_unpack_tarball(self, format):
2168 self.check_unpack_archive(format, filter='fully_trusted')
2169 self.check_unpack_archive(format, filter='data')
2170
2171 def test_unpack_archive_tar(self):
2172 self.check_unpack_tarball('tar')

Calls 1

check_unpack_archiveMethod · 0.95

Tested by

no test coverage detected