mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add asyncio.base_events.__all__ (#7264)
This commit is contained in:
@@ -14,6 +14,10 @@ from typing_extensions import Literal
|
||||
if sys.version_info >= (3, 7):
|
||||
from contextvars import Context
|
||||
|
||||
__all__ = ("BaseEventLoop",)
|
||||
else:
|
||||
__all__ = ["BaseEventLoop"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_ProtocolT = TypeVar("_ProtocolT", bound=BaseProtocol)
|
||||
_Context = dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user