Bump pywin32 to 309 (#13607)

This commit is contained in:
Avasam
2025-03-10 06:34:42 +01:00
committed by GitHub
parent 59717f4d0a
commit c68ecd75f5
10 changed files with 12265 additions and 7386 deletions
+3 -1
View File
@@ -3,6 +3,7 @@ from typing import Final
from typing_extensions import TypeAlias
import _win32typing
from pythoncom import com_record
from win32com.client import dynamic
_Stringifiable: TypeAlias = object
@@ -46,7 +47,8 @@ class EventsProxy:
def DispatchWithEvents(clsid, user_event_class): ...
def WithEvents(disp, user_event_class): ...
def getevents(clsid): ...
def Record(name, object): ...
def Record(name, object) -> com_record: ...
def register_record_class(cls) -> None: ...
class DispatchBaseClass:
def __init__(self, oobj: Incomplete | None = ...) -> None: ...