Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ extractall
Method
extractall
Lib/test/archiver_tests.py:22–23 ·
view source on GitHub ↗
(self, ar)
Source
from the content-addressed store, hash-verified
20
raise
NotImplementedError
21
22
def
extractall(self, ar):
23
raise
NotImplementedError
24
25
26
def
test_overwrite_file_as_file(self):
Callers
14
test_overwrite_file_as_file
Method · 0.95
test_overwrite_dir_as_dir
Method · 0.95
test_overwrite_dir_as_implicit_dir
Method · 0.95
test_overwrite_dir_as_file
Method · 0.95
test_overwrite_file_as_dir
Method · 0.95
test_overwrite_file_as_implicit_dir
Method · 0.95
test_overwrite_file_symlink_as_file
Method · 0.95
test_overwrite_broken_file_symlink_as_file
Method · 0.95
test_overwrite_dir_symlink_as_dir
Method · 0.95
test_overwrite_dir_symlink_as_implicit_dir
Method · 0.95
test_overwrite_broken_dir_symlink_as_dir
Method · 0.95
test_overwrite_broken_dir_symlink_as_implicit_dir
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected