MCPcopy 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
890def get_vcvars_for_python():
891 msvs = get_msvs_for_python()
892 return globals()["VS"+msvs+"_VCVARS"]
893
894
895def getenv():

Callers 1

prepare_build_commandFunction · 0.85

Calls 1

get_msvs_for_pythonFunction · 0.85

Tested by

no test coverage detected