mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 20:11:07 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -98,7 +98,7 @@ def SHCreateShellItem(
|
||||
) -> _win32typing.PyIShellItem: ...
|
||||
def SHOpenFolderAndSelectItems(Folder: _win32typing.PyIDL, Items: tuple[_win32typing.PyIDL, ...], Flags=...) -> None: ...
|
||||
def SHCreateStreamOnFileEx(
|
||||
File: str, Mode: int, Attributes: int, Create: bool, Template: None = ...
|
||||
File: str, Mode: int, Attributes: int, Create: bool, Template: None = None
|
||||
) -> _win32typing.PyIStream: ...
|
||||
def SetCurrentProcessExplicitAppUserModelID(AppID: str, /) -> None: ...
|
||||
def GetCurrentProcessExplicitAppUserModelID() -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user