src/eric7/Documentation/Help/source.qhp

branch
eric7
changeset 10087
65b7354b0d4c
parent 10086
c8854a6300d1
child 10089
5fe9bfafbc7c
--- a/src/eric7/Documentation/Help/source.qhp	Wed May 31 13:53:05 2023 +0200
+++ b/src/eric7/Documentation/Help/source.qhp	Thu Jun 01 11:44:06 2023 +0200
@@ -409,6 +409,7 @@
                 <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations" ref="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.html">
                   <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html" />
                   <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsCheckerDefaults" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsCheckerDefaults.html" />
+                  <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html" />
                   <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html" />
                   <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFunctionVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFunctionVisitor.html" />
                   <section title="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor.html" />
@@ -1917,6 +1918,7 @@
       <keyword name="AnnotationsChecker.__checkAnnotationPep604" id="AnnotationsChecker.__checkAnnotationPep604" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__checkAnnotationPep604" />
       <keyword name="AnnotationsChecker.__checkAnnotationsCoverage" id="AnnotationsChecker.__checkAnnotationsCoverage" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__checkAnnotationsCoverage" />
       <keyword name="AnnotationsChecker.__checkAnnotationsFuture" id="AnnotationsChecker.__checkAnnotationsFuture" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__checkAnnotationsFuture" />
+      <keyword name="AnnotationsChecker.__checkDeprecatedTypingSymbols" id="AnnotationsChecker.__checkDeprecatedTypingSymbols" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__checkDeprecatedTypingSymbols" />
       <keyword name="AnnotationsChecker.__checkFunctionAnnotations" id="AnnotationsChecker.__checkFunctionAnnotations" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__checkFunctionAnnotations" />
       <keyword name="AnnotationsChecker.__classifyError" id="AnnotationsChecker.__classifyError" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__classifyError" />
       <keyword name="AnnotationsChecker.__error" id="AnnotationsChecker.__error" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__error" />
@@ -1927,8 +1929,22 @@
       <keyword name="AnnotationsChecker.__returnErrorClassifier" id="AnnotationsChecker.__returnErrorClassifier" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.__returnErrorClassifier" />
       <keyword name="AnnotationsChecker.run" id="AnnotationsChecker.run" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html#AnnotationsChecker.run" />
       <keyword name="AnnotationsCheckerDefaults (Module)" id="AnnotationsCheckerDefaults (Module)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsCheckerDefaults.html" />
+      <keyword name="AnnotationsDeprecationsVisitor" id="AnnotationsDeprecationsVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor" />
+      <keyword name="AnnotationsDeprecationsVisitor (Constructor)" id="AnnotationsDeprecationsVisitor (Constructor)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.__init__" />
+      <keyword name="AnnotationsDeprecationsVisitor (Module)" id="AnnotationsDeprecationsVisitor (Module)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html" />
+      <keyword name="AnnotationsDeprecationsVisitor.__checkDeprecation" id="AnnotationsDeprecationsVisitor.__checkDeprecation" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.__checkDeprecation" />
+      <keyword name="AnnotationsDeprecationsVisitor.getIssues" id="AnnotationsDeprecationsVisitor.getIssues" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.getIssues" />
+      <keyword name="AnnotationsDeprecationsVisitor.visit_AnnAssign" id="AnnotationsDeprecationsVisitor.visit_AnnAssign" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.visit_AnnAssign" />
+      <keyword name="AnnotationsDeprecationsVisitor.visit_Attribute" id="AnnotationsDeprecationsVisitor.visit_Attribute" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.visit_Attribute" />
+      <keyword name="AnnotationsDeprecationsVisitor.visit_FunctionDef" id="AnnotationsDeprecationsVisitor.visit_FunctionDef" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.visit_FunctionDef" />
+      <keyword name="AnnotationsDeprecationsVisitor.visit_Import" id="AnnotationsDeprecationsVisitor.visit_Import" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.visit_Import" />
+      <keyword name="AnnotationsDeprecationsVisitor.visit_ImportFrom" id="AnnotationsDeprecationsVisitor.visit_ImportFrom" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsDeprecationsVisitor.visit_ImportFrom" />
       <keyword name="AnnotationsEnums (Module)" id="AnnotationsEnums (Module)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html" />
       <keyword name="AnnotationsFunctionVisitor (Module)" id="AnnotationsFunctionVisitor (Module)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFunctionVisitor.html" />
+      <keyword name="AnnotationsFutureImportVisitor" id="AnnotationsFutureImportVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsFutureImportVisitor" />
+      <keyword name="AnnotationsFutureImportVisitor (Constructor)" id="AnnotationsFutureImportVisitor (Constructor)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsFutureImportVisitor.__init__" />
+      <keyword name="AnnotationsFutureImportVisitor.futureImportPresent" id="AnnotationsFutureImportVisitor.futureImportPresent" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsFutureImportVisitor.futureImportPresent" />
+      <keyword name="AnnotationsFutureImportVisitor.visit_ImportFrom" id="AnnotationsFutureImportVisitor.visit_ImportFrom" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html#AnnotationsFutureImportVisitor.visit_ImportFrom" />
       <keyword name="AnnotationsFutureVisitor" id="AnnotationsFutureVisitor" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor.html#AnnotationsFutureVisitor" />
       <keyword name="AnnotationsFutureVisitor (Constructor)" id="AnnotationsFutureVisitor (Constructor)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor.html#AnnotationsFutureVisitor.__init__" />
       <keyword name="AnnotationsFutureVisitor (Module)" id="AnnotationsFutureVisitor (Module)" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor.html" />
@@ -20834,6 +20850,7 @@
       <file>eric7.Plugins.AboutPlugin.AboutDialog.html</file>
       <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html</file>
       <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsCheckerDefaults.html</file>
+      <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsDeprecationsVisitor.html</file>
       <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html</file>
       <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFunctionVisitor.html</file>
       <file>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsFutureVisitor.html</file>

eric ide

mercurial