Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation of Function and Method #1543

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

mdickinson
Copy link
Member

The Function and Method trait types were deprecated in #1397 and #1399 (respectively), but the __init__ method introduced wasn't general enough - it prevented uses of Function and Method with a default value or with metadata. This PR fixes that.

@mdickinson mdickinson merged commit ffd6979 into main Sep 21, 2021
@mdickinson mdickinson deleted the fix/function-and-method-deprecation branch September 21, 2021 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants