src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html

branch
eric7
changeset 10087
65b7354b0d4c
parent 10086
c8854a6300d1
child 10479
856476537696
--- 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>)

eric ide

mercurial