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

Class IBase

comtypes/test/test_basic.py:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 def test_make_methods(self):
92 # XXX leaks 53 refs
93 class IBase(IUnknown):
94 _iid_ = GUID.create_new()
95
96 class IDerived(IBase):
97 _iid_ = GUID.create_new()

Callers

nothing calls this directly

Calls 1

create_newMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…