mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-11 02:12:29 +08:00
add (overwrite with) mypy stubs, if available
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Stubs for msvcrt
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import overload, BinaryIO, TextIO
|
||||
|
||||
def get_osfhandle(file: int) -> int: ...
|
||||
def open_osfhandle(handle: int, flags: int) -> int: ...
|
||||
Reference in New Issue
Block a user