Searched refs:gnzip (Results 1 – 1 of 1) sorted by relevance
23 gnzip = os.path.join(tempfile.mkdtemp(), 'gn.zip') variable24 with open(gnzip, 'wb') as f:34 with zipfile.ZipFile(gnzip, 'r') as f: