if isinstance(expr, ExprOp) and expr.op == 'wback':
            wb = True
            expr = expr.args[0]