--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html Sun Jul 25 12:16:21 2021 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html Fri Jul 30 16:38:13 2021 +0200 @@ -101,6 +101,10 @@ <td>Private method to determine an object type and name for the given location.</td> </tr> <tr> +<td><a href="#CodeAssistClient.__getReferences">__getReferences</a></td> +<td>Private method to get the places a parameter is referenced.</td> +</tr> +<tr> <td><a href="#CodeAssistClient.__gotoDefinition">__gotoDefinition</a></td> <td>Private method to handle the Goto Definition action.</td> </tr> @@ -284,6 +288,21 @@ tuple of (str, str) </dd> </dl> +<a NAME="CodeAssistClient.__getReferences" ID="CodeAssistClient.__getReferences"></a> +<h4>CodeAssistClient.__getReferences</h4> +<b>__getReferences</b>(<i>params</i>) + +<p> + Private method to get the places a parameter is referenced. +</p> +<dl> + +<dt><i>params</i> (dict)</dt> +<dd> +dictionary containing the method parameters sent by + the server +</dd> +</dl> <a NAME="CodeAssistClient.__gotoDefinition" ID="CodeAssistClient.__gotoDefinition"></a> <h4>CodeAssistClient.__gotoDefinition</h4> <b>__gotoDefinition</b>(<i>params</i>)