comparison: eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py
eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py
- changeset 8207
- d359172d11be
- parent 8204
- fd477cded1c1
- child 8218
- 7c09585bd960
equal
deleted
inserted
replaced
11 import ast |
11 import ast |
12 |
12 |
13 import AstUtilities |
13 import AstUtilities |
14 |
14 |
15 |
15 |
16 class AnnotationsChecker(object): |
16 class AnnotationsChecker: |
17 """ |
17 """ |
18 Class implementing a checker for function type annotations. |
18 Class implementing a checker for function type annotations. |
19 """ |
19 """ |
20 Codes = [ |
20 Codes = [ |
21 ## Function Annotations |
21 ## Function Annotations |