mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Bump pywin32 to 309 (#13607)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user