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

Class IDerived

comtypes/test/test_basic.py:96–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 _iid_ = GUID.create_new()
95
96 class IDerived(IBase):
97 _iid_ = GUID.create_new()
98
99 # We cannot assign _methods_ to IDerived before IBase has it's _methods_:
100 with self.assertRaises(TypeError):

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…