mypy
7fa44252
- Improve type inference by supporting partial OrderedDict types (#8039)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Improve type inference by supporting partial OrderedDict types (#8039) This example no longer needs a type annotation: ``` from collections import OrderedDict x = OrderedDict() x[1] = 'x' ``` Work towards #1055.
References
#8039 - Improve type inference by supporting partial OrderedDict types
Author
JukkaL
Parents
f01eccd0
Loading