Searched refs:get_build_version (Results 1 – 5 of 5) sorted by relevance
94 from distutils.msvccompiler import get_build_version95 if get_build_version()>=8.0:
324 from distutils.msvccompiler import get_build_version339 bv = get_build_version()347 bv = get_build_version()
23 from distutils.msvccompiler import get_build_version24 MSVC_VERSION = int(get_build_version())
153 def get_build_version(): function236 self.__version = get_build_version()654 if get_build_version() >= 8.0:
172 def get_build_version(): function304 VERSION = get_build_version()