--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Wed May 31 13:53:05 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Thu Jun 01 11:44:06 2023 +0200 @@ -79,6 +79,10 @@ <td>Private method to check the use of __future__ and typing imports.</td> </tr> <tr> +<td><a href="#AnnotationsChecker.__checkDeprecatedTypingSymbols">__checkDeprecatedTypingSymbols</a></td> +<td>Private method to check the use of deprecated 'typing' symbols.</td> +</tr> +<tr> <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td> <td>Private method to check for function annotation issues.</td> </tr> @@ -229,6 +233,13 @@ <p> Private method to check the use of __future__ and typing imports. </p> +<a NAME="AnnotationsChecker.__checkDeprecatedTypingSymbols" ID="AnnotationsChecker.__checkDeprecatedTypingSymbols"></a> +<h4>AnnotationsChecker.__checkDeprecatedTypingSymbols</h4> +<b>__checkDeprecatedTypingSymbols</b>(<i></i>) + +<p> + Private method to check the use of deprecated 'typing' symbols. +</p> <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a> <h4>AnnotationsChecker.__checkFunctionAnnotations</h4> <b>__checkFunctionAnnotations</b>(<i></i>)