Searched refs:unpack_archive (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 21 get_archive_formats, Error, unpack_archive, 1632 ### shutil.unpack_archive 1651 unpack_archive(converter(filename), converter(tmpdir2), **kwargs) 1656 unpack_archive(converter(filename), converter(tmpdir3), format=format, 1661 unpack_archive(converter(TESTFN), **kwargs) 1663 unpack_archive(converter(TESTFN), format='xxx', **kwargs) 1703 unpack_archive('stuff.boo', 'xx') 2721 'unpack_archive', 'ignore_patterns', 'chown', 'which',
|
/third_party/python/Lib/ |
H A D | shutil.py | 56 "unregister_unpack_format", "unpack_archive", 1277 def unpack_archive(filename, extract_dir=None, format=None, *, filter=None): function 1287 unpack_archive will use the filename extension and see if an unpacker 1295 sys.audit("shutil.unpack_archive", filename, extract_dir, format)
|
Completed in 6 milliseconds