Files
typeshed/third_party/2
Danny Weinberg 9b479fd07e Have Python 2 IntEnum values be ints (#2104)
Currently the Python 2 stub for `IntEnum` just inherits from `Enum` without changing anything, meaning that its `value` has type `Any`. This changes it such that, if you know you have an `IntEnum` you get the more specific `int` type for the `value`. Note that this has already been done for Python 3 `IntEnum` (both in `third_party/3/enum.pyi` and `stdlib/3.4/enum.pyi`).
2018-05-08 19:39:45 -07:00
..
2018-02-09 09:11:59 -08:00
2018-02-09 09:11:59 -08:00
2018-02-09 15:43:22 -08:00
2018-03-28 19:38:35 -07:00
2017-10-07 08:44:24 -07:00