Lines Matching refs:zf
225 zf = None226 zf = zipfile.ZipFile(pkg_path, 'r')228 for zi in zf.infolist():231 data = _extract_info(zf, zi)240 if zf:241 zf.close()246 zf = None247 zf = zipfile.ZipFile(pkg_path, 'r')249 zf.extractall(deps_dir)251 if zf:252 zf.close()