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

Method extractall

Lib/test/test_zipfile/test_core.py:1830–1831  ·  view source on GitHub ↗
(self, ar)

Source from the content-addressed store, hash-verified

1828 return zipfile.ZipFile(path, 'r')
1829
1830 def extractall(self, ar):
1831 ar.extractall(self.testdir)
1832
1833
1834class OtherTests(unittest.TestCase):

Callers 10

test_extract_allMethod · 0.45
test_extract_dirMethod · 0.45
test_write_dirMethod · 0.45
test_writestr_dirMethod · 0.45
test_mkdirMethod · 0.45
write-alpharep.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected