mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add missing slow_callback_duration attribute to AbstractEventLoop (#2340)
This commit is contained in:
@@ -39,6 +39,7 @@ class AbstractServer:
|
||||
def wait_closed(self) -> Generator[Any, None, None]: ...
|
||||
|
||||
class AbstractEventLoop(metaclass=ABCMeta):
|
||||
slow_callback_duration: float = ...
|
||||
@abstractmethod
|
||||
def run_forever(self) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user