Skip to content

1.10.0 - Removing arguments easily in `@wraps`

Compare
Choose a tag to compare
@smarie smarie released this 05 Mar 23:21
· 214 commits to main since this release
  • @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 #60

See documentation page for details.