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

Method GetTypeInfo

comtypes/typeinfo.py:233–235  ·  view source on GitHub ↗

Load type info by index

(self, index: int)

Source from the content-addressed store, hash-verified

231 ...
232
233 def GetTypeInfo(self, index: int) -> "ITypeInfo":
234 """Load type info by index"""
235 ...
236
237 def GetTypeInfoType(self, index: int) -> int:
238 """Return the TYPEKIND of type information"""

Callers 14

parseMethod · 0.45
GetBestInterfaceFunction · 0.45
DispatchFunction · 0.45
__init__Method · 0.45
_get_bound_namespacesMethod · 0.45
test_GetTypeInfoMethod · 0.45
test_IsMatchingTypeMethod · 0.45
test_dictMethod · 0.45
funcMethod · 0.45
test_staticMethod · 0.45
test_wmiMethod · 0.45
test_jscriptMethod · 0.45

Calls

no outgoing calls

Tested by 9

test_GetTypeInfoMethod · 0.36
test_IsMatchingTypeMethod · 0.36
test_dictMethod · 0.36
funcMethod · 0.36
test_staticMethod · 0.36
test_wmiMethod · 0.36
test_jscriptMethod · 0.36
test_TypeInfoMethod · 0.36