--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingVisitor.html Sun Feb 16 15:05:39 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingVisitor.html Sun Feb 16 15:06:29 2025 +0100 @@ -84,10 +84,6 @@ <td>Private method to check, if the node is an Add with a non string argument.</td> </tr> <tr> -<td><a href="#LoggingVisitor.__keywordPos">__keywordPos</a></td> -<td>Private method determine line number and column offset of a given keyword node.</td> -</tr> -<tr> <td><a href="#LoggingVisitor.visit">visit</a></td> <td></td> </tr> @@ -241,32 +237,6 @@ bool </dd> </dl> -<a NAME="LoggingVisitor.__keywordPos" ID="LoggingVisitor.__keywordPos"></a> -<h4>LoggingVisitor.__keywordPos</h4> -<b>__keywordPos</b>(<i>node</i>) -<p> - Private method determine line number and column offset of a given keyword node. -</p> - -<dl> - -<dt><i>node</i> (ast.keyword)</dt> -<dd> -reference to the keyword node -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -tuple containing the line number and the column offset -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of (int, int) -</dd> -</dl> <a NAME="LoggingVisitor.visit" ID="LoggingVisitor.visit"></a> <h4>LoggingVisitor.visit</h4> <b>visit</b>(<i></i>)