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

Method GetContainingTypeLib

comtypes/typeinfo.py:350–352  ·  view source on GitHub ↗

Return index into and the containing type lib itself

(self)

Source from the content-addressed store, hash-verified

348 ...
349
350 def GetContainingTypeLib(self) -> tuple[ITypeLib, int]:
351 """Return index into and the containing type lib itself"""
352 ...
353
354 def ReleaseTypeAttr(self, pTypeAttr: "_Pointer[TYPEATTR]") -> int:
355 """Releases a TYPEATTR previously returned by GetTypeAttr"""

Callers 9

_get_valueMethod · 0.80
ParseRecordMethod · 0.80
ParseCoClassMethod · 0.80
ParseUnionMethod · 0.80
parse_typeinfoMethod · 0.80
GetBestInterfaceFunction · 0.80
__init__Method · 0.80
FindOutgoingInterfaceFunction · 0.80
test_TypeInfoMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_TypeInfoMethod · 0.64