def aor_mutation_on_subtraction(): return operators.Mutation(operator=operators.ArithmeticOperatorReplacement, node=ast.Sub(children=[]))