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

changeset 8192
e1157bd8b4c2
parent 8191
9125da0c227e
child 8194
b925628bf91f
equal deleted inserted replaced
8191:9125da0c227e 8192:e1157bd8b4c2
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 25
25 # Comparations 26 # Comparations
26 ] 27 ]
27 28
28 def __init__(self, source, filename, selected, ignored, expected, repeat): 29 def __init__(self, source, filename, selected, ignored, expected, repeat):

eric ide

mercurial