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

branch
server_client_variant
changeset 217
874115c79ca7
parent 214
ccc3918ac38c
child 232
65d7d745543d
equal deleted inserted replaced
216:47fb0119f0be 217:874115c79ca7
73 <td>Private method to calculate possible completions.</td> 73 <td>Private method to calculate possible completions.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#CodeAssistClient.__getConfig">__getConfig</a></td> 75 <td><a href="#CodeAssistClient.__getConfig">__getConfig</a></td>
76 <td>Private method to send some configuration data to the server.</td> 76 <td>Private method to send some configuration data to the server.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#CodeAssistClient.__getDocumentation">__getDocumentation</a></td>
79 <td>Private method to get some source code documentation.</td>
80 </tr><tr>
78 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> 81 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td>
79 <td>Private method to process a rope error.</td> 82 <td>Private method to process a rope error.</td>
83 </tr><tr>
84 <td><a href="#CodeAssistClient.__processDocumentation">__processDocumentation</a></td>
85 <td>Private method to process the call-tips and documentation.</td>
80 </tr><tr> 86 </tr><tr>
81 <td><a href="#CodeAssistClient.__reportChanged">__reportChanged</a></td> 87 <td><a href="#CodeAssistClient.__reportChanged">__reportChanged</a></td>
82 <td>Private method to register some changed sources.</td> 88 <td>Private method to register some changed sources.</td>
83 </tr><tr> 89 </tr><tr>
84 <td><a href="#CodeAssistClient.handleCall">handleCall</a></td> 90 <td><a href="#CodeAssistClient.handleCall">handleCall</a></td>
160 <dt><i>params</i> (dict)</dt> 166 <dt><i>params</i> (dict)</dt>
161 <dd> 167 <dd>
162 dictionary containing the method parameters sent by 168 dictionary containing the method parameters sent by
163 the server 169 the server
164 </dd> 170 </dd>
171 </dl><a NAME="CodeAssistClient.__getDocumentation" ID="CodeAssistClient.__getDocumentation"></a>
172 <h4>CodeAssistClient.__getDocumentation</h4>
173 <b>__getDocumentation</b>(<i>params</i>)
174 <p>
175 Private method to get some source code documentation.
176 </p><dl>
177 <dt><i>params</i> (dict)</dt>
178 <dd>
179 dictionary containing the method parameters
180 </dd>
165 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a> 181 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a>
166 <h4>CodeAssistClient.__handleRopeError</h4> 182 <h4>CodeAssistClient.__handleRopeError</h4>
167 <b>__handleRopeError</b>(<i>err</i>) 183 <b>__handleRopeError</b>(<i>err</i>)
168 <p> 184 <p>
169 Private method to process a rope error. 185 Private method to process a rope error.
179 </dd> 195 </dd>
180 </dl><dl> 196 </dl><dl>
181 <dt>Return Type:</dt> 197 <dt>Return Type:</dt>
182 <dd> 198 <dd>
183 dict 199 dict
200 </dd>
201 </dl><a NAME="CodeAssistClient.__processDocumentation" ID="CodeAssistClient.__processDocumentation"></a>
202 <h4>CodeAssistClient.__processDocumentation</h4>
203 <b>__processDocumentation</b>(<i>cts, documentation</i>)
204 <p>
205 Private method to process the call-tips and documentation.
206 </p><dl>
207 <dt><i>cts</i> (str)</dt>
208 <dd>
209 call-tips
210 </dd><dt><i>documentation</i> (str)</dt>
211 <dd>
212 extracted source code documentation
213 </dd>
214 </dl><dl>
215 <dt>Returns:</dt>
216 <dd>
217 dictionary containing document information
218 </dd>
219 </dl><dl>
220 <dt>Return Type:</dt>
221 <dd>
222 dictionary with keys "name", "argspec", "module" and
223 "docstring"
184 </dd> 224 </dd>
185 </dl><a NAME="CodeAssistClient.__reportChanged" ID="CodeAssistClient.__reportChanged"></a> 225 </dl><a NAME="CodeAssistClient.__reportChanged" ID="CodeAssistClient.__reportChanged"></a>
186 <h4>CodeAssistClient.__reportChanged</h4> 226 <h4>CodeAssistClient.__reportChanged</h4>
187 <b>__reportChanged</b>(<i>params</i>) 227 <b>__reportChanged</b>(<i>params</i>)
188 <p> 228 <p>

eric ide

mercurial