MCPcopy Index your code
hub / github.com/RustPython/RustPython / extractall

Method extractall

Lib/test/test_tarfile.py:4665–4666  ·  view source on GitHub ↗
(self, ar)

Source from the content-addressed store, hash-verified

4663 return tarfile.open(path, 'r')
4664
4665 def extractall(self, ar):
4666 ar.extractall(self.testdir, filter='fully_trusted')
4667
4668
4669class OffsetValidationTests(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected