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