Searched refs:archive_path (Results 1 – 1 of 1) sorted by relevance
39 def unzip(archive_path, target_path): argument47 with ZipFileWithPermission(archive_path) as zfile:51 def untar(archive_path, target_path): argument59 with tarfile.open(archive_path, mode='r') as tfile: