Added termios.error (#2951)

This commit is contained in:
Jonathan Slenders
2019-05-04 13:13:53 -07:00
committed by Jelle Zijlstra
parent 910c71050d
commit 337c382196

View File

@@ -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): ...