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

branch
eric7
changeset 9276
e6748a5e24b9
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9275:1a7d545d3ef2 9276:e6748a5e24b9
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-future-annotations 11 # The visitor and associated classes are adapted from flake8-future-annotations
12 # v0.0.4 12 # v0.0.5
13 # 13 #
14 14
15 import ast 15 import ast
16 16
17 17

eric ide

mercurial