3078 Public method to check, if this is a mixed language project. |
3078 Public method to check, if this is a mixed language project. |
3079 |
3079 |
3080 @return flag indicating a mixed language project |
3080 @return flag indicating a mixed language project |
3081 @rtype bool |
3081 @rtype bool |
3082 """ |
3082 """ |
3083 return self.pdata("MIXEDLANGUAGE") |
3083 return self.pdata["MIXEDLANGUAGE"] |
3084 |
3084 |
3085 def isPythonProject(self): |
3085 def isPythonProject(self): |
3086 """ |
3086 """ |
3087 Public method to check, if this project is a Python2 or Python3 |
3087 Public method to check, if this project is a Python2 or Python3 |
3088 project. |
3088 project. |