mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Update pywin32 to mypy 0.990 (#9124)
This commit is contained in:
@@ -9,6 +9,8 @@ from win32.lib.pywintypes import com_error as com_error
|
||||
|
||||
error: TypeAlias = com_error # noqa: Y042
|
||||
|
||||
class internal_error(Exception): ...
|
||||
|
||||
def CoCreateFreeThreadedMarshaler(unk: _win32typing.PyIUnknown) -> _win32typing.PyIUnknown: ...
|
||||
def CoCreateInstanceEx(
|
||||
clsid: _win32typing.PyIID,
|
||||
@@ -133,6 +135,8 @@ def CoGetCancelObject(riid: _win32typing.PyIID, ThreadID: int = ...) -> _win32ty
|
||||
def CoSetCancelObject(Unk: _win32typing.PyIUnknown) -> None: ...
|
||||
def CoEnableCallCancellation() -> None: ...
|
||||
def CoDisableCallCancellation() -> None: ...
|
||||
def CreateURLMonikerEx(*args, **kwargs): ... # incomplete
|
||||
def new(__iid: _win32typing.PyIID | str): ...
|
||||
|
||||
ACTIVEOBJECT_STRONG: int
|
||||
ACTIVEOBJECT_WEAK: int
|
||||
@@ -154,8 +158,6 @@ COINIT_SPEED_OVER_MEMORY: int
|
||||
COWAIT_ALERTABLE: int
|
||||
COWAIT_WAITALL: int
|
||||
|
||||
def CreateURLMonikerEx(*args, **kwargs): ... # incomplete
|
||||
|
||||
DATADIR_GET: int
|
||||
DATADIR_SET: int
|
||||
DESCKIND_FUNCDESC: int
|
||||
|
||||
Reference in New Issue
Block a user