Skip to content

1.2.0 - `@with_signature` supports `None`

Compare
Choose a tag to compare
@smarie smarie released this 09 Mar 11:16
· 318 commits to main since this release

None can be used as the desired signature of @with_signature. This indicated that the user does not want to create a new function but only wants to update the metadata. Fixes #20.

See documentation page for details.