Searched refs:zip_file_path (Results 1 – 1 of 1) sorted by relevance
1524 def scan_zip_file(zip_file_path): argument1526 with zipfile.ZipFile(zip_file_path, 'r') as zip_file:1528 yield (os.path.join(zip_file_path, name),