MCPcopy Index your code
hub / github.com/enthought/comtypes / add

Method add

comtypes/tools/codegenerator/namespaces.py:14–14  ·  view source on GitHub ↗
(self, modulename: str, /)

Source from the content-addressed store, hash-verified

12
13 @overload
14 def add(self, modulename: str, /) -> None: ...
15 @overload
16 def add(self, modulename: str, symbolname: str, /) -> None: ...
17 @overload

Callers 15

get_symbolsMethod · 0.45
getvalueMethod · 0.45
get_symbolsMethod · 0.45
generateMethod · 0.45
generate_wrapper_codeMethod · 0.45
need_VARIANT_importsMethod · 0.45
EnumValueMethod · 0.45
EnumerationMethod · 0.45
TypedefMethod · 0.45
StructureHeadMethod · 0.45
StructureBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected