We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300503e commit 8e38cd6Copy full SHA for 8e38cd6
stubs/pywin32/win32com/client/dynamic.pyi
@@ -31,7 +31,7 @@ def debug_attr_print(*args: object) -> None: ...
31
PyIDispatchType = _win32typing.PyIDispatch
32
PyIUnknownType = _win32typing.PyIUnknown
33
34
-_GoodDispatchTypes: TypeAlias = tuple[type[str], type[IIDType]]
+_GoodDispatchTypes: TypeAlias = str | IIDType
35
36
@overload
37
def Dispatch(
0 commit comments