... tarfile module: .. sourcecode :: python import xtarfile as tarfile with tarfile.open('some-archive', 'w:zstd') as archive: archive.add('a-file.txt') with ...
確定! 回上一頁