--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Tue May 30 17:25:17 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Wed May 31 13:53:05 2023 +0200 @@ -67,6 +67,10 @@ <td>Private method to check the type annotation complexity.</td> </tr> <tr> +<td><a href="#AnnotationsChecker.__checkAnnotationPep604">__checkAnnotationPep604</a></td> +<td>Private method to check the use of typing.Union.</td> +</tr> +<tr> <td><a href="#AnnotationsChecker.__checkAnnotationsCoverage">__checkAnnotationsCoverage</a></td> <td>Private method to check for function annotation coverage.</td> </tr> @@ -204,6 +208,13 @@ <p> Private method to check the type annotation complexity. </p> +<a NAME="AnnotationsChecker.__checkAnnotationPep604" ID="AnnotationsChecker.__checkAnnotationPep604"></a> +<h4>AnnotationsChecker.__checkAnnotationPep604</h4> +<b>__checkAnnotationPep604</b>(<i></i>) + +<p> + Private method to check the use of typing.Union. +</p> <a NAME="AnnotationsChecker.__checkAnnotationsCoverage" ID="AnnotationsChecker.__checkAnnotationsCoverage"></a> <h4>AnnotationsChecker.__checkAnnotationsCoverage</h4> <b>__checkAnnotationsCoverage</b>(<i></i>)