Skip to content

1.15.0 - More PEP-compliant `wraps`

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 09:19
· 47 commits to main since this release
  • wraps now always sets the __wrapped__ attribute, and also sets the __signature__ attribute when the signature changes, as specified by PEP 362. PR by #86 by lucaswiman.

See documentation page for details.