eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py

changeset 8194
b925628bf91f
parent 8192
e1157bd8b4c2
child 8195
db7f2badd374
equal deleted inserted replaced
8193:2aa8953a2145 8194:b925628bf91f
19 """ 19 """
20 Codes = [ 20 Codes = [
21 # Python-specifics 21 # Python-specifics
22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", 22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108",
23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", 23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116",
24 "Y117", "Y118", "Y119" 24 "Y117", "Y118", "Y119", "Y120",
25 25
26 # Comparations 26 # Comparations
27 "Y201"
27 ] 28 ]
28 29
29 def __init__(self, source, filename, selected, ignored, expected, repeat): 30 def __init__(self, source, filename, selected, ignored, expected, repeat):
30 """ 31 """
31 Constructor 32 Constructor

eric ide

mercurial