MCPcopy Index your code
hub / github.com/astral-sh/python-build-standalone / find_msbuild

Function find_msbuild

cpython-windows/build.py:276–279  ·  view source on GitHub ↗
(msvc_version)

Source from the content-addressed store, hash-verified

274
275
276def find_msbuild(msvc_version):
277 return find_vs_path(
278 pathlib.Path("MSBuild") / "Current" / "Bin" / "MSBuild.exe", msvc_version
279 )
280
281
282def find_vcvarsall_path(msvc_version):

Callers 1

build_cpythonFunction · 0.85

Calls 1

find_vs_pathFunction · 0.85

Tested by

no test coverage detected