mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
@@ -244,5 +244,8 @@ if sys.platform != "win32":
|
||||
def tcdrain(__fd: FileDescriptorLike) -> None: ...
|
||||
def tcflush(__fd: FileDescriptorLike, __queue: int) -> None: ...
|
||||
def tcflow(__fd: FileDescriptorLike, __action: int) -> None: ...
|
||||
if sys.version_info >= (3, 11):
|
||||
def tcgetwinsize(__fd: FileDescriptorLike) -> tuple[int, int]: ...
|
||||
def tcsetwinsize(__fd: FileDescriptorLike, __winsize: tuple[int, int]) -> None: ...
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user