def _translate_augassign(self, target, op, value, location): return self._translate_assign([target], ast.BinOp(target, op, value), location)