Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1851
class
OtherTests(unittest.TestCase):
Callers
10
test_extract_all
Method · 0.45
_test_extract_all_with_target
Method · 0.45
_test_extract_hackers_arcnames
Method · 0.45
test_extract_dir
Method · 0.45
test_extract_dir_backslash
Method · 0.45
test_write_dir
Method · 0.45
test_writestr_dir
Method · 0.45
test_mkdir
Method · 0.45
test_create_directory_with_write
Method · 0.45
write-alpharep.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected