MCPcopy
hub / github.com/astral-sh/python-build-standalone / extract_zip_to_directory

Function extract_zip_to_directory

pythonbuild/utils.py:396–398  ·  view source on GitHub ↗
(source: pathlib.Path, dest: pathlib.Path)

Source from the content-addressed store, hash-verified

394
395
396def extract_zip_to_directory(source: pathlib.Path, dest: pathlib.Path):
397 with zipfile.ZipFile(source, "r") as zf:
398 zf.extractall(dest)
399
400
401# 2024-01-01T00:00:00Z

Callers 1

build_openssl_for_archFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected