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 """ |