src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py

branch
eric7
changeset 10175
57ed3cb66e9a
parent 10169
0f70a4ef4592
child 10355
f3187412ecf4
equal deleted inserted replaced
10173:9c64ac720853 10175:57ed3cb66e9a
20 from ast_unparse import unparse 20 from ast_unparse import unparse
21 21
22 import AstUtilities 22 import AstUtilities
23 23
24 ############################################################################### 24 ###############################################################################
25 ## The following code is derived from the flake8-simplify package (v0.20.0). 25 ## adapted from: flake8-simplify v0.20.0
26 ## 26 ##
27 ## Original License: 27 ## Original License:
28 ## 28 ##
29 ## MIT License 29 ## MIT License
30 ## 30 ##

eric ide

mercurial