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/
H A Dtest_msvc9compiler.py94 from distutils.msvccompiler import get_build_version namespace
95 if get_build_version()>=8.0:
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py146 def get_build_version(): function
231 self.__version = get_build_version()
637 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py167 def get_build_version(): function
293 VERSION = get_build_version()

Completed in 3 milliseconds