Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4703
class
OffsetValidationTests(unittest.TestCase):
Callers
11
test_extractall
Method · 0.45
test_extractall_default_filter
Method · 0.45
test_extractall_pathlike_dir
Method · 0.45
test_extractall_hardlink_on_symlink
Method · 0.45
test_extractall_symlinks
Method · 0.45
test_deferred_directory_attributes_update
Method · 0.45
test_extractall_with_numeric_owner
Method · 0.45
setUpClass
Method · 0.45
extract_with_none
Method · 0.45
check_context
Method · 0.45
test_extract_unencodable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected