src/eric7/Project/Project.py

branch
eric7-maintenance
changeset 9305
3b7ef53c34c7
parent 9264
18a7312cfdb3
parent 9287
ce3ceb47300c
child 9371
1da8bc75946f
equal deleted inserted replaced
9304:afbd61b99bf4 9305:3b7ef53c34c7
3898 def getProjectInterpreter(self, resolveGlobal=True): 3898 def getProjectInterpreter(self, resolveGlobal=True):
3899 """ 3899 """
3900 Public method to get the path of the interpreter used by the project. 3900 Public method to get the path of the interpreter used by the project.
3901 3901
3902 @param resolveGlobal flag indicating to resolve the interpreter using 3902 @param resolveGlobal flag indicating to resolve the interpreter using
3903 the global interpreter if no project of debugger specific 3903 the global interpreter if no project or debugger specific
3904 environment was configured 3904 environment was configured
3905 @type bool 3905 @type bool
3906 @return path of the project's interpreter 3906 @return path of the project's interpreter
3907 @rtype str 3907 @rtype str
3908 """ 3908 """

eric ide

mercurial