Files
typeshed/stdlib
Bas van Beek 95a45eb4ab Improve the annotations of types.MappingProxyType (#5822)
* Annotate three previously missing `MappingProxyType` methods

* `__hash__`
* `__reversed__`
* `__class_getitem__`

* Improve 5 `MappingProxyType` methods

The assumption here is that the underlying mapping is a `dict`,
just is done for `MappingProxyType.copy`

* Make the value type of `types.MappingProxyType` covariant
2021-07-30 17:05:15 +02:00
..
2021-04-29 07:02:52 -07:00
2021-05-02 16:24:34 -07:00
2021-05-17 20:45:48 +02:00
2021-05-06 18:57:33 +03:00
2021-05-01 20:58:30 -07:00
2021-06-24 16:56:09 +03:00
2021-05-30 20:17:33 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-05 17:23:43 +03:00
2021-05-17 20:45:48 +02:00
2021-01-27 12:00:39 +00:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-13 18:20:55 -07:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-04-14 19:14:07 -07:00
2021-05-05 17:23:43 +03:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-07-09 12:54:22 +03:00
2021-04-30 20:05:06 +02:00
2021-05-17 20:45:48 +02:00
2021-07-30 06:50:27 -07:00
2021-03-23 20:56:47 -07:00
2021-05-17 20:45:48 +02:00
2021-05-13 18:20:55 -07:00
2021-05-17 20:45:48 +02:00
2021-05-17 20:45:48 +02:00
2021-04-17 07:03:28 -07:00
2021-06-09 00:27:49 +03:00