726 <dd> |
726 <dd> |
727 dictionary containing the result data |
727 dictionary containing the result data |
728 </dd> |
728 </dd> |
729 </dl><a NAME="RefactoringServer.__startRefactoringClient" ID="RefactoringServer.__startRefactoringClient"></a> |
729 </dl><a NAME="RefactoringServer.__startRefactoringClient" ID="RefactoringServer.__startRefactoringClient"></a> |
730 <h4>RefactoringServer.__startRefactoringClient</h4> |
730 <h4>RefactoringServer.__startRefactoringClient</h4> |
731 <b>__startRefactoringClient</b>(<i>interpreter</i>) |
731 <b>__startRefactoringClient</b>(<i>interpreter, clientEnv</i>) |
732 <p> |
732 <p> |
733 Private method to start the refactoring client. |
733 Private method to start the refactoring client. |
734 </p><dl> |
734 </p><dl> |
735 <dt><i>interpreter</i> (str)</dt> |
735 <dt><i>interpreter</i> (str)</dt> |
736 <dd> |
736 <dd> |
737 interpreter to be used for the refactoring client |
737 interpreter to be used for the refactoring client |
|
738 </dd><dt><i>clientEnv</i> (dict)</dt> |
|
739 <dd> |
|
740 dictionary with environment variables to run the |
|
741 interpreter with |
738 </dd> |
742 </dd> |
739 </dl><dl> |
743 </dl><dl> |
740 <dt>Returns:</dt> |
744 <dt>Returns:</dt> |
741 <dd> |
745 <dd> |
742 flag indicating a successful client start |
746 flag indicating a successful client start |