mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +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