| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/win32com-stubs/ |
Upload File : |
from _typeshed import Incomplete
from pythoncom import com_error as com_error
from win32com.client import gencache as gencache
def RegisterInterfaces(typelibGUID, lcid, major, minor, interface_names: Incomplete | None = ...): ...
class Arg:
name: Incomplete
size: Incomplete
offset: int
def __init__(self, arg_info, name: Incomplete | None = ...) -> None: ...
class Method:
dispid: Incomplete
invkind: Incomplete
name: Incomplete
args: Incomplete
cbArgs: Incomplete
def __init__(self, method_info, isEventSink: int = ...) -> None: ...
class Definition:
def __init__(self, iid, is_dispatch, method_defs) -> None: ...
def iid(self): ...
def vtbl_argsizes(self): ...
def vtbl_argcounts(self): ...
def dispatch(self, ob, index, argPtr, ReadFromInTuple=..., WriteFromOutTuple=...): ...