Home | History | Annotate | Download | only in distutils

Lines Matching refs:compiler_class

41     # should really, really be one of the keys of the 'compiler_class'
44 # responsible for updating 'compiler_class'!
933 compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler',
956 for compiler in compiler_class.keys():
958 compiler_class[compiler][2]))
982 (module_name, class_name, long_description) = compiler_class[compiler]