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

Method GetTypeInfoCount

comtypes/typeinfo.py:229–231  ·  view source on GitHub ↗

Return the number of type informations

(self)

Source from the content-addressed store, hash-verified

227 if TYPE_CHECKING:
228
229 def GetTypeInfoCount(self) -> int:
230 """Return the number of type informations"""
231 ...
232
233 def GetTypeInfo(self, index: int) -> "ITypeInfo":
234 """Load type info by index"""

Callers 7

parseMethod · 0.45
_get_bound_namespacesMethod · 0.45
funcMethod · 0.45
test_valid_interfaceMethod · 0.45
test_LoadTypeLibExMethod · 0.45
test_TypeInfoMethod · 0.45

Calls

no outgoing calls

Tested by 5

funcMethod · 0.36
test_valid_interfaceMethod · 0.36
test_LoadTypeLibExMethod · 0.36
test_TypeInfoMethod · 0.36