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

changeset 234
a9d03af34d28
parent 232
65d7d745543d
child 252
8b30a1612f8c
equal deleted inserted replaced
233:9cfedb7c0574 234:a9d03af34d28
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> 78 <td><a href="#CodeAssistClient.__getDocumentation">__getDocumentation</a></td>
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.__getObjectTypeAnName">__getObjectTypeAnName</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.__handleRopeError">__handleRopeError</a></td> 84 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td>
85 <td>Private method to process a rope error.</td> 85 <td>Private method to process a rope error.</td>
86 </tr><tr> 86 </tr><tr>
179 </p><dl> 179 </p><dl>
180 <dt><i>params</i> (dict)</dt> 180 <dt><i>params</i> (dict)</dt>
181 <dd> 181 <dd>
182 dictionary containing the method parameters 182 dictionary containing the method parameters
183 </dd> 183 </dd>
184 </dl><a NAME="CodeAssistClient.__getObjectTypeAnName" ID="CodeAssistClient.__getObjectTypeAnName"></a> 184 </dl><a NAME="CodeAssistClient.__getObjectTypeAndName" ID="CodeAssistClient.__getObjectTypeAndName"></a>
185 <h4>CodeAssistClient.__getObjectTypeAnName</h4> 185 <h4>CodeAssistClient.__getObjectTypeAndName</h4>
186 <b>__getObjectTypeAnName</b>(<i>project, sourceCode, offset, resource=None, maxfixes=1</i>) 186 <b>__getObjectTypeAndName</b>(<i>project, sourceCode, offset, resource=None, maxfixes=1</i>)
187 <p> 187 <p>
188 Private method to determine an object type and name for the given 188 Private method to determine an object type and name for the given
189 location. 189 location.
190 </p><dl> 190 </p><dl>
191 <dt><i>project</i> (rope.base.project.Project)</dt> 191 <dt><i>project</i> (rope.base.project.Project)</dt>

eric ide

mercurial