77 <tr> |
77 <tr> |
78 <td><a href="#AnnotationsChecker.__checkAnnotationsFuture">__checkAnnotationsFuture</a></td> |
78 <td><a href="#AnnotationsChecker.__checkAnnotationsFuture">__checkAnnotationsFuture</a></td> |
79 <td>Private method to check the use of __future__ and typing imports.</td> |
79 <td>Private method to check the use of __future__ and typing imports.</td> |
80 </tr> |
80 </tr> |
81 <tr> |
81 <tr> |
|
82 <td><a href="#AnnotationsChecker.__checkDeprecatedTypingSymbols">__checkDeprecatedTypingSymbols</a></td> |
|
83 <td>Private method to check the use of deprecated 'typing' symbols.</td> |
|
84 </tr> |
|
85 <tr> |
82 <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td> |
86 <td><a href="#AnnotationsChecker.__checkFunctionAnnotations">__checkFunctionAnnotations</a></td> |
83 <td>Private method to check for function annotation issues.</td> |
87 <td>Private method to check for function annotation issues.</td> |
84 </tr> |
88 </tr> |
85 <tr> |
89 <tr> |
86 <td><a href="#AnnotationsChecker.__classifyError">__classifyError</a></td> |
90 <td><a href="#AnnotationsChecker.__classifyError">__classifyError</a></td> |
227 <b>__checkAnnotationsFuture</b>(<i></i>) |
231 <b>__checkAnnotationsFuture</b>(<i></i>) |
228 |
232 |
229 <p> |
233 <p> |
230 Private method to check the use of __future__ and typing imports. |
234 Private method to check the use of __future__ and typing imports. |
231 </p> |
235 </p> |
|
236 <a NAME="AnnotationsChecker.__checkDeprecatedTypingSymbols" ID="AnnotationsChecker.__checkDeprecatedTypingSymbols"></a> |
|
237 <h4>AnnotationsChecker.__checkDeprecatedTypingSymbols</h4> |
|
238 <b>__checkDeprecatedTypingSymbols</b>(<i></i>) |
|
239 |
|
240 <p> |
|
241 Private method to check the use of deprecated 'typing' symbols. |
|
242 </p> |
232 <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a> |
243 <a NAME="AnnotationsChecker.__checkFunctionAnnotations" ID="AnnotationsChecker.__checkFunctionAnnotations"></a> |
233 <h4>AnnotationsChecker.__checkFunctionAnnotations</h4> |
244 <h4>AnnotationsChecker.__checkFunctionAnnotations</h4> |
234 <b>__checkFunctionAnnotations</b>(<i></i>) |
245 <b>__checkFunctionAnnotations</b>(<i></i>) |
235 |
246 |
236 <p> |
247 <p> |