Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
H A Dtest_msvc9compiler.py142 from distutils.msvc9compiler import MSVCCompiler namespace
151 compiler = MSVCCompiler()
166 from distutils.msvc9compiler import MSVCCompiler namespace
175 compiler = MSVCCompiler()
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
199 class MSVCCompiler(CCompiler) : class
639 OldMSVCCompiler = MSVCCompiler
640 from distutils.msvc9compiler import MSVCCompiler namespace
H A D_msvccompiler.py3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
170 class MSVCCompiler(CCompiler) : class
H A Dmsvc9compiler.py3 Contains MSVCCompiler, an implementation of the abstract CCompiler class
298 class MSVCCompiler(CCompiler) : class
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py716 from distutils._msvccompiler import MSVCCompiler namespace
717 if not isinstance(self.compiler, MSVCCompiler):

Completed in 6 milliseconds