Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ get_vcvars_for_python
Function
get_vcvars_for_python
tools/automate.py:890–892 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
888
889
890
def
get_vcvars_for_python():
891
msvs = get_msvs_for_python()
892
return
globals()[
"VS"
+msvs+
"_VCVARS"
]
893
894
895
def
getenv():
Callers
1
prepare_build_command
Function · 0.85
Calls
1
get_msvs_for_python
Function · 0.85
Tested by
no test coverage detected