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

changeset 295
8318a6881e63
parent 283
d98e971d9e4c
child 321
d51e810107ec
equal deleted inserted replaced
294:78e4a6823a98 295:8318a6881e63
46 </p> 46 </p>
47 <h3>Derived from</h3> 47 <h3>Derived from</h3>
48 JsonClient 48 JsonClient
49 <h3>Class Attributes</h3> 49 <h3>Class Attributes</h3>
50 <table> 50 <table>
51 <tr><td>PictureIDs</td></tr> 51 <tr><td>IdProject</td></tr>
52 </table> 52 </table>
53 <h3>Class Methods</h3> 53 <h3>Class Methods</h3>
54 <table> 54 <table>
55 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
56 </table> 56 </table>
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>

eric ide

mercurial