```python def f(a): return 2 * a @wraps(f, new_sig="_results_bag()") def g(): return f(2) ``` raises a `KeyError`