mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
7 lines
148 B
Python
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: ...
|