mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Allow pywin32 to use pywin.mfc.DocTemplate in lieu of PyCDocTemplate (#12888)
This commit is contained in:
@@ -3,7 +3,9 @@ import _win32typing
|
||||
def AfxOleInit(enabled, /) -> None: ...
|
||||
def CreateInsertDialog() -> _win32typing.PyCOleInsertDialog: ...
|
||||
def CreateOleClientItem() -> _win32typing.PyCOleClientItem: ...
|
||||
def CreateOleDocument(template: _win32typing.PyCDocTemplate, fileName: str | None = ..., /) -> _win32typing.PyCOleDocument: ...
|
||||
def CreateOleDocument(
|
||||
template: _win32typing.PyCDocTemplate | _win32typing.DocTemplate, fileName: str | None = ..., /
|
||||
) -> _win32typing.PyCOleDocument: ...
|
||||
def DaoGetEngine() -> _win32typing.PyIDispatch: ...
|
||||
def GetIDispatchForWindow(Wnd, /) -> _win32typing.PyIDispatch: ...
|
||||
def OleGetUserCtrl(): ...
|
||||
|
||||
Reference in New Issue
Block a user