Searched refs:MSVCCompiler (Results 1 – 4 of 4) sorted by relevance
113 from distutils.msvc9compiler import MSVCCompiler122 compiler = MSVCCompiler()
204 class MSVCCompiler (CCompiler) : class656 OldMSVCCompiler = MSVCCompiler657 from distutils.msvc9compiler import MSVCCompiler
309 class MSVCCompiler(CCompiler) : class
704 from distutils.msvccompiler import MSVCCompiler705 if not isinstance(self.compiler, MSVCCompiler):