Searched refs:gz_path (Results 1 – 1 of 1) sorted by relevance
49 def gzip_uncompress(gz_path, output_path): argument52 with gzip.open(gz_path, 'rb') as gz_in: