mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
- connect_accepted_socket isn't a member of AbstractEventLoop, only BaseEventLoop - fix types of arguments with defaults. some of these functions could have their signatures improved with overloads to reduce false negatives - correctly mark a positional-only argument - remove abstractmethod from methods that don't have abstractmethod and go unimplemented in practice