--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html Sun Oct 28 12:30:59 2018 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html Sat Nov 03 18:21:20 2018 +0100 @@ -73,7 +73,7 @@ <td>Private method to determine the ID string for the back-end.</td> </tr><tr> <td><a href="#CodeAssistServer.__interpreterForProject">__interpreterForProject</a></td> -<td>Private method to determine the interpreter for the current project.</td> +<td>Private method to determine the interpreter for the current project and the environment to run it.</td> </tr><tr> <td><a href="#CodeAssistServer.__processCallTipsResult">__processCallTipsResult</a></td> <td>Private method to process the calltips sent by the client.</td> @@ -232,16 +232,18 @@ <h4>CodeAssistServer.__interpreterForProject</h4> <b>__interpreterForProject</b>(<i></i>) <p> - Private method to determine the interpreter for the current project. + Private method to determine the interpreter for the current project and + the environment to run it. </p><dl> <dt>Returns:</dt> <dd> -interpreter of the current project +tuple containing the interpreter of the current project and the + environment variables </dd> </dl><dl> <dt>Return Type:</dt> <dd> -str +tuple of (str, dict) </dd> </dl><a NAME="CodeAssistServer.__processCallTipsResult" ID="CodeAssistServer.__processCallTipsResult"></a> <h4>CodeAssistServer.__processCallTipsResult</h4> @@ -340,7 +342,7 @@ </dd> </dl><a NAME="CodeAssistServer.__startCodeAssistClient" ID="CodeAssistServer.__startCodeAssistClient"></a> <h4>CodeAssistServer.__startCodeAssistClient</h4> -<b>__startCodeAssistClient</b>(<i>interpreter, idString</i>) +<b>__startCodeAssistClient</b>(<i>interpreter, idString, clientEnv</i>) <p> Private method to start the code assist client with the given interpreter. @@ -351,6 +353,10 @@ </dd><dt><i>idString</i> (str)</dt> <dd> id of the client to be started +</dd><dt><i>clientEnv</i> (dict)</dt> +<dd> +dictionary with environment variables to run the + interpreter with </dd> </dl><dl> <dt>Returns:</dt>