Project/Project.py

changeset 5101
6f34ec319318
parent 5100
2c193da9b94f
child 5105
8a773a100c34
equal deleted inserted replaced
5100:2c193da9b94f 5101:6f34ec319318
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.

eric ide

mercurial