massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / msvcrt.pyi
1 # Stubs for msvcrt\r
2 \r
3 # NOTE: These are incomplete!\r
4 \r
5 from typing import overload, BinaryIO, TextIO\r
6 \r
7 def get_osfhandle(file: int) -> int: ...\r
8 def open_osfhandle(handle: int, flags: int) -> int: ...\r