mypy
fc212ef8
- Fix generic inheritance for attrs init methods (#9383)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Fix generic inheritance for attrs init methods (#9383) Fixes #5744 Updates the attrs plugin. Instead of directly copying attribute type along the MRO, this first resolves typevar in the context of the subtype.
References
#9383 - Fix generic inheritance for attrs init methods
Author
natemcmaster
Parents
98beb8e8
Loading