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

Method add_interface

comtypes/tools/typedesc.py:229–230  ·  view source on GitHub ↗
(self, itf: _Interface, idlflags: _ImplTypeFlags)

Source from the content-addressed store, hash-verified

227 self.doc = doc
228
229 def add_interface(self, itf: _Interface, idlflags: _ImplTypeFlags) -> None:
230 self.interfaces.append((itf, idlflags))
231
232
233_ImplementedInterfaces = Sequence[_Interface]

Callers 1

ParseCoClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected