Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
276
def
find_msbuild(msvc_version):
277
return
find_vs_path(
278
pathlib.Path(
"MSBuild"
) /
"Current"
/
"Bin"
/
"MSBuild.exe"
, msvc_version
279
)
280
281
282
def
find_vcvarsall_path(msvc_version):
Callers
1
build_cpython
Function · 0.85
Calls
1
find_vs_path
Function · 0.85
Tested by
no test coverage detected