-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Properly support type variable defaults #11332
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
Conversation
Deploying pydantic-docs with
|
| Latest commit: |
ec82c47
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a902f4a8.pydantic-docs.pages.dev |
| Branch Preview URL: | https://typevar-defaults.pydantic-docs.pages.dev |
If a type argument isn't provided, use the default value.
80a5666 to
e362df2
Compare
CodSpeed Performance ReportMerging #11332 will not alter performanceComparing Summary
|
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, looking good! Thanks for tackling this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it's more clear with the extra comment.
If a type argument isn't provided, use the default value.
Change Summary
Fixes #11270, closes #11297.
Related issue number
Checklist