mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 04:26:26 +08:00
6458a41568
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`.