99 <tr> |
99 <tr> |
100 <td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td> |
100 <td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td> |
101 <td>Private method to determine an object type and name for the given location.</td> |
101 <td>Private method to determine an object type and name for the given location.</td> |
102 </tr> |
102 </tr> |
103 <tr> |
103 <tr> |
|
104 <td><a href="#CodeAssistClient.__getReferences">__getReferences</a></td> |
|
105 <td>Private method to get the places a parameter is referenced.</td> |
|
106 </tr> |
|
107 <tr> |
104 <td><a href="#CodeAssistClient.__gotoDefinition">__gotoDefinition</a></td> |
108 <td><a href="#CodeAssistClient.__gotoDefinition">__gotoDefinition</a></td> |
105 <td>Private method to handle the Goto Definition action.</td> |
109 <td>Private method to handle the Goto Definition action.</td> |
106 </tr> |
110 </tr> |
107 <tr> |
111 <tr> |
108 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> |
112 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> |
282 <dt>Return Type:</dt> |
286 <dt>Return Type:</dt> |
283 <dd> |
287 <dd> |
284 tuple of (str, str) |
288 tuple of (str, str) |
285 </dd> |
289 </dd> |
286 </dl> |
290 </dl> |
|
291 <a NAME="CodeAssistClient.__getReferences" ID="CodeAssistClient.__getReferences"></a> |
|
292 <h4>CodeAssistClient.__getReferences</h4> |
|
293 <b>__getReferences</b>(<i>params</i>) |
|
294 |
|
295 <p> |
|
296 Private method to get the places a parameter is referenced. |
|
297 </p> |
|
298 <dl> |
|
299 |
|
300 <dt><i>params</i> (dict)</dt> |
|
301 <dd> |
|
302 dictionary containing the method parameters sent by |
|
303 the server |
|
304 </dd> |
|
305 </dl> |
287 <a NAME="CodeAssistClient.__gotoDefinition" ID="CodeAssistClient.__gotoDefinition"></a> |
306 <a NAME="CodeAssistClient.__gotoDefinition" ID="CodeAssistClient.__gotoDefinition"></a> |
288 <h4>CodeAssistClient.__gotoDefinition</h4> |
307 <h4>CodeAssistClient.__gotoDefinition</h4> |
289 <b>__gotoDefinition</b>(<i>params</i>) |
308 <b>__gotoDefinition</b>(<i>params</i>) |
290 |
309 |
291 <p> |
310 <p> |