def get_python_compiler(self): '''Returns a string identifying the compiler used for compiling Python''' return platform.python_compiler()