Home
last modified time | relevance | path

Searched refs:get_build_version (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_msvc9compiler.py94 from distutils.msvccompiler import get_build_version
95 if get_build_version()>=8.0:
/third_party/python/Lib/distutils/
Dmsvccompiler.py147 def get_build_version(): function
232 self.__version = get_build_version()
638 if get_build_version() >= 8.0:
Dmsvc9compiler.py167 def get_build_version(): function
293 VERSION = get_build_version()