Searched refs:get_build_version (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
H A Dtest_msvc9compiler.py94 from distutils.msvccompiler import get_build_version namespace
95 if get_build_version()>=8.0:
/external/python/cpython2/Lib/distutils/command/
H A Dbdist_wininst.py324 from distutils.msvccompiler import get_build_version namespace
339 bv = get_build_version()
347 bv = get_build_version()
H A Dbuild_ext.py23 from distutils.msvccompiler import get_build_version namespace
24 MSVC_VERSION = int(get_build_version())
/external/python/cpython2/Lib/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()

Completed in 154 milliseconds