Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enthought/comtypes
/ interface
Method
interface
comtypes/test/test_server.py:24–27 ·
view source on GitHub ↗
(self, header)
Source
from the content-addressed store, hash-verified
22
self.coclasses = []
23
24
def
interface(self, header):
25
itf = Interface(header)
26
self.interfaces.append(itf)
27
return
itf
28
29
def
coclass(self, definition):
30
self.coclasses.append(definition)
Callers
1
test_server.py
File · 0.80
Calls
1
Interface
Class · 0.85
Tested by
no test coverage detected