diff -r 2001accf55b3 -r 548d45c3f571 eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html --- a/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Wed Dec 29 16:53:04 2021 +0100 +++ b/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Wed Dec 29 16:54:36 2021 +0100 @@ -95,6 +95,10 @@ <td>Private slot called when the code style check finished or the user pressed the cancel button.</td> </tr> <tr> +<td><a href="#CodeStyleCheckerDialog.__getBanRelativeImportsValue">__getBanRelativeImportsValue</a></td> +<td>Private method to get the value corresponding the selected button.</td> +</tr> +<tr> <td><a href="#CodeStyleCheckerDialog.__getBuiltinsIgnoreList">__getBuiltinsIgnoreList</a></td> <td>Private method to get a dictionary containing the builtins assignments to be ignored.</td> </tr> @@ -171,6 +175,10 @@ <td>Private method to select message codes via a selection dialog.</td> </tr> <tr> +<td><a href="#CodeStyleCheckerDialog.__setBanRelativeImports">__setBanRelativeImports</a></td> +<td>Private method to set the button according to the ban relative imports setting.</td> +</tr> +<tr> <td><a href="#CodeStyleCheckerDialog.__updateFixerStatistics">__updateFixerStatistics</a></td> <td>Private method to update the collected fixer related statistics.</td> </tr> @@ -461,6 +469,25 @@ Private slot called when the code style check finished or the user pressed the cancel button. </p> +<a NAME="CodeStyleCheckerDialog.__getBanRelativeImportsValue" ID="CodeStyleCheckerDialog.__getBanRelativeImportsValue"></a> +<h4>CodeStyleCheckerDialog.__getBanRelativeImportsValue</h4> +<b>__getBanRelativeImportsValue</b>(<i></i>) + +<p> + Private method to get the value corresponding the selected button. +</p> +<dl> +<dt>Return:</dt> +<dd> +value for the BanRelativeImports argument +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="CodeStyleCheckerDialog.__getBuiltinsIgnoreList" ID="CodeStyleCheckerDialog.__getBuiltinsIgnoreList"></a> <h4>CodeStyleCheckerDialog.__getBuiltinsIgnoreList</h4> <b>__getBuiltinsIgnoreList</b>(<i></i>) @@ -818,6 +845,21 @@ issues </dd> </dl> +<a NAME="CodeStyleCheckerDialog.__setBanRelativeImports" ID="CodeStyleCheckerDialog.__setBanRelativeImports"></a> +<h4>CodeStyleCheckerDialog.__setBanRelativeImports</h4> +<b>__setBanRelativeImports</b>(<i>value</i>) + +<p> + Private method to set the button according to the ban relative imports + setting. +</p> +<dl> + +<dt><i>value</i> (str)</dt> +<dd> +value of the ban relative imports setting +</dd> +</dl> <a NAME="CodeStyleCheckerDialog.__updateFixerStatistics" ID="CodeStyleCheckerDialog.__updateFixerStatistics"></a> <h4>CodeStyleCheckerDialog.__updateFixerStatistics</h4> <b>__updateFixerStatistics</b>(<i>fixer</i>)