diff -r 70f9dfe7116a -r 3dd81b827455 eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html --- a/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Tue Nov 16 18:00:40 2021 +0100 +++ b/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Thu Nov 18 19:37:14 2021 +0100 @@ -71,6 +71,10 @@ <td>Private method to check for function annotation coverage.</td> </tr> <tr> +<td><a href="#AnnotationsChecker.__checkAnnotationsFuture">__checkAnnotationsFuture</a></td> +<td>Private method to check the use of __future__ and typing imports.</td> +</tr> +<tr> <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td> <td>Private method to check for function annotation issues.</td> </tr> @@ -207,6 +211,13 @@ <p> Private method to check for function annotation coverage. </p> +<a NAME="AnnotationsChecker.__checkAnnotationsFuture" ID="AnnotationsChecker.__checkAnnotationsFuture"></a> +<h4>AnnotationsChecker.__checkAnnotationsFuture</h4> +<b>__checkAnnotationsFuture</b>(<i></i>) + +<p> + Private method to check the use of __future__ and typing imports. +</p> <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a> <h4>AnnotationsChecker.__checkFunctionAnnotations</h4> <b>__checkFunctionAnnotations</b>(<i></i>)