MCPcopy Create free account
hub / github.com/enthought/comtypes / STDMETHOD

Function STDMETHOD

comtypes/_memberspec.py:168–170  ·  view source on GitHub ↗

Specifies a COM method slot without idlflags

(restype, name, argtypes=())

Source from the content-addressed store, hash-verified

166
167
168def STDMETHOD(restype, name, argtypes=()) -> _ComMemberSpec:
169 "Specifies a COM method slot without idlflags"
170 return _ComMemberSpec(restype, name, argtypes, None, (), None)
171
172
173def DISPMETHOD(idlflags, restype, name, *argspec) -> _DispMemberSpec:

Callers 6

typeinfo.pyFile · 0.90
IDispatchClass · 0.90
test_derivedMethod · 0.90
IClassFactoryClass · 0.90
IUnknownClass · 0.90

Calls 1

_ComMemberSpecClass · 0.85

Tested by 1

test_derivedMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…