Files
typeshed/stdlib/3
Hong Xu 6458a41568 Use generic self for socketserver.BaseServer.__enter__ (#4882)
This is to guarantee the classes that inherit `BaseServer` (e.g.,
`HTTPServer`) to have a proper return type of `__enter__`. For example,

    with HTTPServer() as httpd:
        pass

`httpd` should be of type `HTTPServer`, not `BaseServer`.
2020-12-31 23:20:20 -08:00
..
2020-11-02 16:18:20 +01:00
2020-06-28 13:31:00 -07:00
2020-11-02 16:18:20 +01:00
2020-06-28 13:31:00 -07:00
2020-06-28 13:31:00 -07:00
2020-06-28 13:31:00 -07:00
2020-06-28 13:31:00 -07:00
2020-06-28 13:31:00 -07:00
2020-06-29 00:00:21 -07:00
2020-06-29 00:00:21 -07:00
2020-11-02 16:18:20 +01:00
2020-06-28 13:31:00 -07:00
2020-11-02 16:18:20 +01:00
2020-06-29 00:00:21 -07:00
2020-11-02 16:18:20 +01:00
2020-11-02 16:18:20 +01:00
2020-06-29 00:00:21 -07:00
2020-06-28 13:31:00 -07:00
2017-04-30 14:16:30 -07:00
2020-11-02 16:18:20 +01:00
2020-11-02 16:18:20 +01:00
2020-11-02 16:18:20 +01:00
2020-06-29 00:00:21 -07:00
2020-06-28 13:31:00 -07:00
2020-11-02 16:18:20 +01:00
2020-06-28 13:31:00 -07:00
2020-11-02 16:18:20 +01:00
2020-06-28 13:31:00 -07:00
2020-11-01 12:54:17 -08:00