Home
last modified time | relevance | path

Searched defs:extraction_filter (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_tarfile.py2995 extraction_filter = None variable in NoneInfoExtractTests
3083 extraction_filter = 'data' variable in NoneInfoExtractTests_Data
3087 extraction_filter = 'fully_trusted' variable in NoneInfoExtractTests_FullyTrusted
3090 extraction_filter = 'tar' variable in NoneInfoExtractTests_Tar
3094 extraction_filter = None variable in NoneInfoExtractTests_Default
3706 def extraction_filter(self, tarinfo, path): member in TestExtractionFilters.test_change_default_filter_on_subclass.TarSubclass
/third_party/python/Lib/
Dtarfile.py1634 extraction_filter = None # The default filter for extraction. variable in TarFile