mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 09:57:41 +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