src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsFunctionVisitor.py

branch
eric7
changeset 10754
6faecb62f3a4
parent 10753
031cfa81992a
child 11090
f5f5f5803935
equal deleted inserted replaced
10753:031cfa81992a 10754:6faecb62f3a4
6 """ 6 """
7 Module implementing a node visitor for function type annotations. 7 Module implementing a node visitor for function type annotations.
8 """ 8 """
9 9
10 ##################################################################################### 10 #####################################################################################
11 ## The visitor and associated classes are adapted from flake8-annotations v3.0.1 11 ## The visitor and associated classes are adapted from flake8-annotations v3.1.1
12 ##################################################################################### 12 #####################################################################################
13 13
14 import ast 14 import ast
15 15
16 from .AnnotationsEnums import AnnotationType, ClassDecoratorType, FunctionType 16 from .AnnotationsEnums import AnnotationType, ClassDecoratorType, FunctionType

eric ide

mercurial