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

Method extractall

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

Source from the content-addressed store, hash-verified

1845 return zipfile.ZipFile(path, 'r')
1846
1847 def extractall(self, ar):
1848 ar.extractall(self.testdir)
1849
1850
1851class 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