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

Method create

comtypes/test/test_server.py:344–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

342 MyServer.__init__(self)
343
344 def create(self):
345 obj = MyServer()
346 return obj.QueryInterface(comtypes.IUnknown)
347
348
349if __name__ == "__main__":

Callers 15

_create_zero_arrayMethod · 0.45
testMethod · 0.45
test_NameMethod · 0.45
test_MixedInOutMethod · 0.45
test_MultiInOutArgsMethod · 0.45
test_MultiInOutArgs3Method · 0.45
test_MultiInOutArgs4Method · 0.45
test_GetStackTraceMethod · 0.45
test_eventsMethod · 0.45
test_DoSomethingElseMethod · 0.45
test_iunkMethod · 0.45

Calls 2

MyServerClass · 0.85
QueryInterfaceMethod · 0.45

Tested by

no test coverage detected