mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Added termios.error (#2951)
This commit is contained in:
committed by
Jelle Zijlstra
parent
910c71050d
commit
337c382196
@@ -244,3 +244,5 @@ def tcsendbreak(fd: _FD, duration: int) -> None: ...
|
||||
def tcdrain(fd: _FD) -> None: ...
|
||||
def tcflush(fd: _FD, queue: int) -> None: ...
|
||||
def tcflow(fd: _FD, action: int) -> None: ...
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user