RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html

branch
server_client_variant
changeset 214
ccc3918ac38c
parent 204
b4bf79b956bc
child 217
874115c79ca7
equal deleted inserted replaced
213:2547dd1627b3 214:ccc3918ac38c
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#CodeAssistClient.__init__">CodeAssistClient</a></td> 60 <td><a href="#CodeAssistClient.__init__">CodeAssistClient</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#CodeAssistClient.__closeProject">__closeProject</a></td>
64 <td>Private slot to validate the project.</td>
65 </tr><tr>
66 <td><a href="#CodeAssistClient.__configChanged">__configChanged</a></td>
67 <td>Private method to handle a change of the configuration file.</td>
68 </tr><tr>
63 <td><a href="#CodeAssistClient.__getCallTips">__getCallTips</a></td> 69 <td><a href="#CodeAssistClient.__getCallTips">__getCallTips</a></td>
64 <td>Private method to calculate possible calltips.</td> 70 <td>Private method to calculate possible calltips.</td>
65 </tr><tr> 71 </tr><tr>
66 <td><a href="#CodeAssistClient.__getCompletions">__getCompletions</a></td> 72 <td><a href="#CodeAssistClient.__getCompletions">__getCompletions</a></td>
67 <td>Private method to calculate possible completions.</td> 73 <td>Private method to calculate possible completions.</td>
74 </tr><tr>
75 <td><a href="#CodeAssistClient.__getConfig">__getConfig</a></td>
76 <td>Private method to send some configuration data to the server.</td>
68 </tr><tr> 77 </tr><tr>
69 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> 78 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td>
70 <td>Private method to process a rope error.</td> 79 <td>Private method to process a rope error.</td>
71 </tr><tr> 80 </tr><tr>
72 <td><a href="#CodeAssistClient.__reportChanged">__reportChanged</a></td> 81 <td><a href="#CodeAssistClient.__reportChanged">__reportChanged</a></td>
98 order to identify the connection 107 order to identify the connection
99 </dd><dt><i>projectPath</i> (str)</dt> 108 </dd><dt><i>projectPath</i> (str)</dt>
100 <dd> 109 <dd>
101 path to the project 110 path to the project
102 </dd> 111 </dd>
112 </dl><a NAME="CodeAssistClient.__closeProject" ID="CodeAssistClient.__closeProject"></a>
113 <h4>CodeAssistClient.__closeProject</h4>
114 <b>__closeProject</b>(<i>params</i>)
115 <p>
116 Private slot to validate the project.
117 </p><dl>
118 <dt><i>params</i> (dict)</dt>
119 <dd>
120 dictionary containing the method parameters sent by
121 the server
122 </dd>
123 </dl><a NAME="CodeAssistClient.__configChanged" ID="CodeAssistClient.__configChanged"></a>
124 <h4>CodeAssistClient.__configChanged</h4>
125 <b>__configChanged</b>(<i>params</i>)
126 <p>
127 Private method to handle a change of the configuration file.
128 </p><dl>
129 <dt><i>params</i> (dict)</dt>
130 <dd>
131 dictionary containing the method parameters sent by
132 the server
133 </dd>
103 </dl><a NAME="CodeAssistClient.__getCallTips" ID="CodeAssistClient.__getCallTips"></a> 134 </dl><a NAME="CodeAssistClient.__getCallTips" ID="CodeAssistClient.__getCallTips"></a>
104 <h4>CodeAssistClient.__getCallTips</h4> 135 <h4>CodeAssistClient.__getCallTips</h4>
105 <b>__getCallTips</b>(<i>params</i>) 136 <b>__getCallTips</b>(<i>params</i>)
106 <p> 137 <p>
107 Private method to calculate possible calltips. 138 Private method to calculate possible calltips.
117 Private method to calculate possible completions. 148 Private method to calculate possible completions.
118 </p><dl> 149 </p><dl>
119 <dt><i>params</i> (dict)</dt> 150 <dt><i>params</i> (dict)</dt>
120 <dd> 151 <dd>
121 dictionary containing the method parameters 152 dictionary containing the method parameters
153 </dd>
154 </dl><a NAME="CodeAssistClient.__getConfig" ID="CodeAssistClient.__getConfig"></a>
155 <h4>CodeAssistClient.__getConfig</h4>
156 <b>__getConfig</b>(<i>params</i>)
157 <p>
158 Private method to send some configuration data to the server.
159 </p><dl>
160 <dt><i>params</i> (dict)</dt>
161 <dd>
162 dictionary containing the method parameters sent by
163 the server
122 </dd> 164 </dd>
123 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a> 165 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a>
124 <h4>CodeAssistClient.__handleRopeError</h4> 166 <h4>CodeAssistClient.__handleRopeError</h4>
125 <b>__handleRopeError</b>(<i>err</i>) 167 <b>__handleRopeError</b>(<i>err</i>)
126 <p> 168 <p>

eric ide

mercurial