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

changeset 8204
fd477cded1c1
parent 8202
df194f43119c
child 8205
4a0f1f896341
equal deleted inserted replaced
8203:dbcdb07cb600 8204:fd477cded1c1
1069 node.name) 1069 node.name)
1070 1070
1071 def __check121(self, node): 1071 def __check121(self, node):
1072 """ 1072 """
1073 Private method to check for assignments that could be converted into 1073 Private method to check for assignments that could be converted into
1074 an augmented assignment 1074 an augmented assignment.
1075 1075
1076 @param node reference to the AST node to be checked 1076 @param node reference to the AST node to be checked
1077 @type ast.Assign 1077 @type ast.Assign
1078 """ 1078 """
1079 # a = a - b 1079 # a = a - b

eric ide

mercurial