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 |