Home
last modified time | relevance | path

Searched refs:_find_vcvarsall (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_msvccompiler.py23 def _find_vcvarsall(plat_spec): function
26 old_find_vcvarsall = _msvccompiler._find_vcvarsall
27 _msvccompiler._find_vcvarsall = _find_vcvarsall
33 _msvccompiler._find_vcvarsall = old_find_vcvarsall
H A Dtest_msvc9compiler.py111 def _find_vcvarsall(version): function
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
/third_party/python/Lib/distutils/
H A D_msvccompiler.py95 def _find_vcvarsall(plat_spec): function
120 vcvarsall, _ = _find_vcvarsall(plat_spec)

Completed in 2 milliseconds