79 <td>Private method to get some source code documentation.</td> |
79 <td>Private method to get some source code documentation.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td> |
81 <td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td> |
82 <td>Private method to determine an object type and name for the given location.</td> |
82 <td>Private method to determine an object type and name for the given location.</td> |
83 </tr><tr> |
83 </tr><tr> |
|
84 <td><a href="#CodeAssistClient.__gotoDefinition">__gotoDefinition</a></td> |
|
85 <td>Private method to handle the Goto Definition action.</td> |
|
86 </tr><tr> |
84 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> |
87 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> |
85 <td>Private method to process a rope error.</td> |
88 <td>Private method to process a rope error.</td> |
86 </tr><tr> |
89 </tr><tr> |
87 <td><a href="#CodeAssistClient.__processDocumentation">__processDocumentation</a></td> |
90 <td><a href="#CodeAssistClient.__processDocumentation">__processDocumentation</a></td> |
88 <td>Private method to process the call-tips and documentation.</td> |
91 <td>Private method to process the call-tips and documentation.</td> |
211 </dd> |
214 </dd> |
212 </dl><dl> |
215 </dl><dl> |
213 <dt>Return Type:</dt> |
216 <dt>Return Type:</dt> |
214 <dd> |
217 <dd> |
215 tuple of (str, str) |
218 tuple of (str, str) |
|
219 </dd> |
|
220 </dl><a NAME="CodeAssistClient.__gotoDefinition" ID="CodeAssistClient.__gotoDefinition"></a> |
|
221 <h4>CodeAssistClient.__gotoDefinition</h4> |
|
222 <b>__gotoDefinition</b>(<i>params</i>) |
|
223 <p> |
|
224 Private method to handle the Goto Definition action. |
|
225 </p><dl> |
|
226 <dt><i>params</i> (dict)</dt> |
|
227 <dd> |
|
228 dictionary containing the method parameters sent by |
|
229 the server |
216 </dd> |
230 </dd> |
217 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a> |
231 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a> |
218 <h4>CodeAssistClient.__handleRopeError</h4> |
232 <h4>CodeAssistClient.__handleRopeError</h4> |
219 <b>__handleRopeError</b>(<i>err</i>) |
233 <b>__handleRopeError</b>(<i>err</i>) |
220 <p> |
234 <p> |