src/eric7/Project/Project.py

branch
eric7
changeset 9287
ce3ceb47300c
parent 9235
b5fe898e171f
child 9305
3b7ef53c34c7
child 9323
6ae7193558ac
equal deleted inserted replaced
9286:f6f950e4c8f0 9287:ce3ceb47300c
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