mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Added annotations for msvcrt.getch. (#4547)
This commit is contained in:
committed by
GitHub
parent
9dbe7f348f
commit
822e427693
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user