Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
if
__name__ ==
"__main__"
:
Callers
15
_create_zero_array
Method · 0.45
_create_consecutive_array
Method · 0.45
test
Method · 0.45
test_Name
Method · 0.45
test_MixedInOut
Method · 0.45
test_MultiInOutArgs
Method · 0.45
test_MultiInOutArgs3
Method · 0.45
test_MultiInOutArgs4
Method · 0.45
test_GetStackTrace
Method · 0.45
test_events
Method · 0.45
test_DoSomethingElse
Method · 0.45
test_iunk
Method · 0.45
Calls
2
MyServer
Class · 0.85
QueryInterface
Method · 0.45
Tested by
no test coverage detected