--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ </dl> <a NAME="NamingStyleChecker.__checkFunctionArgumentNames" ID="NamingStyleChecker.__checkFunctionArgumentNames"></a> <h4>NamingStyleChecker.__checkFunctionArgumentNames</h4> -<b>__checkFunctionArgumentNames</b>(<i>node, parents</i>) +<b>__checkFunctionArgumentNames</b>(<i>node, _parents</i>) <p> Private class to check the argument names of functions (N803, N804, N805, N806). @@ -235,9 +235,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -254,7 +254,7 @@ </dl> <a NAME="NamingStyleChecker.__checkFunctionName" ID="NamingStyleChecker.__checkFunctionName"></a> <h4>NamingStyleChecker.__checkFunctionName</h4> -<b>__checkFunctionName</b>(<i>node, parents</i>) +<b>__checkFunctionName</b>(<i>node, _parents</i>) <p> Private class to check the given node for function name conventions (N802, N809). @@ -273,9 +273,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -292,7 +292,7 @@ </dl> <a NAME="NamingStyleChecker.__checkImportAs" ID="NamingStyleChecker.__checkImportAs"></a> <h4>NamingStyleChecker.__checkImportAs</h4> -<b>__checkImportAs</b>(<i>node, parents</i>) +<b>__checkImportAs</b>(<i>node, _parents</i>) <p> Private method to check that imports don't change the naming convention (N811, N812, N813, N814, N815). @@ -304,9 +304,9 @@ <dd> AST node to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -323,7 +323,7 @@ </dl> <a NAME="NamingStyleChecker.__checkModule" ID="NamingStyleChecker.__checkModule"></a> <h4>NamingStyleChecker.__checkModule</h4> -<b>__checkModule</b>(<i>node, parents</i>) +<b>__checkModule</b>(<i>node, _parents</i>) <p> Private method to check module naming conventions (N807, N808). </p> @@ -337,9 +337,9 @@ <dd> AST node to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -356,7 +356,7 @@ </dl> <a NAME="NamingStyleChecker.__checkNameToBeAvoided" ID="NamingStyleChecker.__checkNameToBeAvoided"></a> <h4>NamingStyleChecker.__checkNameToBeAvoided</h4> -<b>__checkNameToBeAvoided</b>(<i>node, parents</i>) +<b>__checkNameToBeAvoided</b>(<i>node, _parents</i>) <p> Private class to check the given node for a name to be avoided (N831). </p> @@ -367,9 +367,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl>