Files
typeshed/stdlib/3/msvcrt.pyi
2019-10-08 07:59:32 -07:00

7 lines
148 B
Python

# Stubs for msvcrt
# NOTE: These are incomplete!
def get_osfhandle(file: int) -> int: ...
def open_osfhandle(handle: int, flags: int) -> int: ...