mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -24,7 +24,7 @@ def GetNumberOfConsoleFonts(): ...
|
||||
def SetConsoleTitle(ConsoleTitle: str) -> None: ...
|
||||
def GetConsoleTitle(): ...
|
||||
@overload
|
||||
def GenerateConsoleCtrlEvent(CtrlEvent: Literal[1], ProcessGroupId: Literal[0] = ...) -> NoReturn: ...
|
||||
def GenerateConsoleCtrlEvent(CtrlEvent: Literal[1], ProcessGroupId: Literal[0] = 0) -> NoReturn: ...
|
||||
@overload
|
||||
def GenerateConsoleCtrlEvent(CtrlEvent: Literal[0, 1], ProcessGroupId: int) -> None: ...
|
||||
def GetStdHandle(StdHandle: int) -> _win32typing.PyConsoleScreenBuffer: ...
|
||||
|
||||
Reference in New Issue
Block a user