mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Explaining/Fixing asyncio allowlist exceptions (#5132)
This commit is contained in:
@@ -242,7 +242,7 @@ class AbstractEventLoop(metaclass=ABCMeta):
|
||||
if sys.version_info >= (3, 7):
|
||||
@abstractmethod
|
||||
async def sock_sendfile(
|
||||
self, sock: socket, file: IO[bytes], offset: int = ..., count: Optional[int] = ..., *, fallback: bool = ...
|
||||
self, sock: socket, file: IO[bytes], offset: int = ..., count: Optional[int] = ..., *, fallback: Optional[bool] = ...
|
||||
) -> int: ...
|
||||
@overload
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user