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

Method parse_LibraryDescription

comtypes/tools/tlbparser.py:661–667  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

659 return typ
660
661 def parse_LibraryDescription(self):
662 la = self.tlib.GetLibAttr()
663 name, doc = self.tlib.GetDocumentation(-1)[:2]
664 desc = typedesc.TypeLib(
665 name, str(la.guid), la.wMajorVerNum, la.wMinorVerNum, doc
666 )
667 self._register(None, desc)
668
669 ################################################################
670

Callers 1

parseMethod · 0.95

Calls 4

_registerMethod · 0.95
GetLibAttrMethod · 0.80
TypeLibMethod · 0.80
GetDocumentationMethod · 0.45

Tested by

no test coverage detected