comparison: eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsEnums.py
eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsEnums.py
- changeset 8268
- 6b8128e0c9d1
- parent 8265
- 0090cfa83159
equal
deleted
inserted
replaced
10 # |
10 # |
11 # adapted from flake8-annotations v2.6.2 |
11 # adapted from flake8-annotations v2.6.2 |
12 # |
12 # |
13 |
13 |
14 import enum |
14 import enum |
|
15 |
15 |
16 |
16 class FunctionType(enum.Enum): |
17 class FunctionType(enum.Enum): |
17 """ |
18 """ |
18 Class representing the various function types. |
19 Class representing the various function types. |
19 """ |
20 """ |