mypy
7fa44252 - Improve type inference by supporting partial OrderedDict types (#8039)

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.
Author
Parents
Loading