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

Method get_tools_archive

pythonbuild/buildenv.py:226–230  ·  view source on GitHub ↗
(self, dest, name)

Source from the content-addressed store, hash-verified

224 exec_and_log(program, cwd=self.td, env=environment)
225
226 def get_tools_archive(self, dest, name):
227 log("copying built files to %s" % dest)
228
229 with dest.open("wb") as fh:
230 create_tar_from_directory(fh, self.td / "out" / "tools")
231
232 def get_file(self, path):
233 log("retrieving file %s" % path)

Callers 5

simple_buildFunction · 0.45
build_binutilsFunction · 0.45
build_muslFunction · 0.45
build_libeditFunction · 0.45
build_cpython_hostFunction · 0.45

Calls 2

logFunction · 0.90

Tested by

no test coverage detected