111 <tr> |
111 <tr> |
112 <td><a href="#CodeAssistServer.__processDocumentationResult">__processDocumentationResult</a></td> |
112 <td><a href="#CodeAssistServer.__processDocumentationResult">__processDocumentationResult</a></td> |
113 <td>Private method to process the documentation sent by the client.</td> |
113 <td>Private method to process the documentation sent by the client.</td> |
114 </tr> |
114 </tr> |
115 <tr> |
115 <tr> |
|
116 <td><a href="#CodeAssistServer.__processGotoReferencesResult">__processGotoReferencesResult</a></td> |
|
117 <td>Private method callback for the goto references result.</td> |
|
118 </tr> |
|
119 <tr> |
116 <td><a href="#CodeAssistServer.__projectClosed">__projectClosed</a></td> |
120 <td><a href="#CodeAssistServer.__projectClosed">__projectClosed</a></td> |
117 <td>Private slot to handle the projectClosed signal.</td> |
121 <td>Private slot to handle the projectClosed signal.</td> |
118 </tr> |
122 </tr> |
119 <tr> |
123 <tr> |
120 <td><a href="#CodeAssistServer.__ropeConfigFile">__ropeConfigFile</a></td> |
124 <td><a href="#CodeAssistServer.__ropeConfigFile">__ropeConfigFile</a></td> |
367 <dt><i>result</i> (dict with keys 'name', 'argspec', 'note', 'docstring', 'typ')</dt> |
371 <dt><i>result</i> (dict with keys 'name', 'argspec', 'note', 'docstring', 'typ')</dt> |
368 <dd> |
372 <dd> |
369 dictionary containing the result sent by the client |
373 dictionary containing the result sent by the client |
370 </dd> |
374 </dd> |
371 </dl> |
375 </dl> |
|
376 <a NAME="CodeAssistServer.__processGotoReferencesResult" ID="CodeAssistServer.__processGotoReferencesResult"></a> |
|
377 <h4>CodeAssistServer.__processGotoReferencesResult</h4> |
|
378 <b>__processGotoReferencesResult</b>(<i>result</i>) |
|
379 |
|
380 <p> |
|
381 Private method callback for the goto references result. |
|
382 </p> |
|
383 <dl> |
|
384 |
|
385 <dt><i>result</i> (dict)</dt> |
|
386 <dd> |
|
387 dictionary containing the result data |
|
388 </dd> |
|
389 </dl> |
372 <a NAME="CodeAssistServer.__projectClosed" ID="CodeAssistServer.__projectClosed"></a> |
390 <a NAME="CodeAssistServer.__projectClosed" ID="CodeAssistServer.__projectClosed"></a> |
373 <h4>CodeAssistServer.__projectClosed</h4> |
391 <h4>CodeAssistServer.__projectClosed</h4> |
374 <b>__projectClosed</b>(<i></i>) |
392 <b>__projectClosed</b>(<i></i>) |
375 |
393 |
376 <p> |
394 <p> |