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

branch
eric7
changeset 8773
3dd81b827455
parent 8596
d64760b2da50
equal deleted inserted replaced
8772:70f9dfe7116a 8773:3dd81b827455
69 <tr> 69 <tr>
70 <td><a href="#AnnotationsChecker.__checkAnnotationsCoverage">__checkAnnotationsCoverage</a></td> 70 <td><a href="#AnnotationsChecker.__checkAnnotationsCoverage">__checkAnnotationsCoverage</a></td>
71 <td>Private method to check for function annotation coverage.</td> 71 <td>Private method to check for function annotation coverage.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#AnnotationsChecker.__checkAnnotationsFuture">__checkAnnotationsFuture</a></td>
75 <td>Private method to check the use of __future__ and typing imports.</td>
76 </tr>
77 <tr>
74 <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td> 78 <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td>
75 <td>Private method to check for function annotation issues.</td> 79 <td>Private method to check for function annotation issues.</td>
76 </tr> 80 </tr>
77 <tr> 81 <tr>
78 <td><a href="#AnnotationsChecker.__classifyError">__classifyError</a></td> 82 <td><a href="#AnnotationsChecker.__classifyError">__classifyError</a></td>
205 <b>__checkAnnotationsCoverage</b>(<i></i>) 209 <b>__checkAnnotationsCoverage</b>(<i></i>)
206 210
207 <p> 211 <p>
208 Private method to check for function annotation coverage. 212 Private method to check for function annotation coverage.
209 </p> 213 </p>
214 <a NAME="AnnotationsChecker.__checkAnnotationsFuture" ID="AnnotationsChecker.__checkAnnotationsFuture"></a>
215 <h4>AnnotationsChecker.__checkAnnotationsFuture</h4>
216 <b>__checkAnnotationsFuture</b>(<i></i>)
217
218 <p>
219 Private method to check the use of __future__ and typing imports.
220 </p>
210 <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a> 221 <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a>
211 <h4>AnnotationsChecker.__checkFunctionAnnotations</h4> 222 <h4>AnnotationsChecker.__checkFunctionAnnotations</h4>
212 <b>__checkFunctionAnnotations</b>(<i></i>) 223 <b>__checkFunctionAnnotations</b>(<i></i>)
213 224
214 <p> 225 <p>

eric ide

mercurial