MCPcopy Index your code
hub / github.com/python/cpython / extractall

Method extractall

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

Source from the content-addressed store, hash-verified

4697 return tarfile.open(path, 'r')
4698
4699 def extractall(self, ar):
4700 ar.extractall(self.testdir, filter='fully_trusted')
4701
4702
4703class OffsetValidationTests(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected