We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08fa66 commit 86e2b85Copy full SHA for 86e2b85
1 file changed
stubs/aiofiles/aiofiles/threadpool/__init__.pyi
@@ -9,7 +9,8 @@ from _typeshed import (
9
from asyncio import AbstractEventLoop
10
from collections.abc import Callable
11
from concurrent.futures import Executor
12
-from typing import Literal, overload
+from functools import _SingleDispatchCallable
13
+from typing import Any, Literal, overload
14
from typing_extensions import TypeAlias
15
16
from ..base import AiofilesContextManager
@@ -98,6 +99,8 @@ def open(
98
99
executor: Executor | None = None,
100
) -> AiofilesContextManager[_UnknownAsyncBinaryIO]: ...
101
102
+wrap: _SingleDispatchCallable[Any]
103
+
104
stdin: AsyncTextIndirectIOWrapper
105
stdout: AsyncTextIndirectIOWrapper
106
stderr: AsyncTextIndirectIOWrapper
0 commit comments