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

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

eric ide

mercurial