Added annotations for msvcrt.getch. (#4547)

This commit is contained in:
Jonathan Slenders
2020-09-17 10:55:44 +02:00
committed by GitHub
parent 9dbe7f348f
commit 822e427693

View File

@@ -11,3 +11,4 @@ LK_UNLCK: int
def locking(__fd: int, __mode: int, __nbytes: int) -> None: ...
def get_osfhandle(__fd: int) -> int: ...
def open_osfhandle(__handle: int, __flags: int) -> int: ...
def getch() -> bytes: ...