| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Merging this PR will not alter performance✅ 24 untouched benchmarks Comparing vlakius:develop (3a8b565) with develop (bc4f971) |
Sorry, something went wrong.
|
Looks OK for me. @abondar what do you think? |
Sorry, something went wrong.
|
When will it be merged? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Added PEP 692 Unpack[TypedDict] typing to field constructors. **kwargs: Any no longer hides common field args from IDEs/type-checkers.
Motivation and Context
See issue: #2168
How Has This Been Tested?
Checked with MyPy and PyRight and my IDE.
tried to add a typo (es: defualt) and it gets flagged as error
Checklist: