1.10.0 - Removing arguments easily in `@wraps`
@wraps
now offers aremove_params
argument allowing one to remove an argument from the exposed signature, typically to create and inject it in the wrapper. Fixes #60
See documentation page for details.
@wraps
now offers a remove_params
argument allowing one to remove an argument from the exposed signature, typically to create and inject it in the wrapper. Fixes #60See documentation page for details.