MCPcopy Index your code
hub / github.com/enthought/comtypes / create_new

Method create_new

comtypes/GUID.py:79–83  ·  view source on GitHub ↗

Create a brand new guid

(cls)

Source from the content-addressed store, hash-verified

77
78 @classmethod
79 def create_new(cls) -> "hints.Self":
80 """Create a brand new guid"""
81 guid = cls()
82 _CoCreateGuid(byref(guid))
83 return guid
84
85
86REFCLSID = POINTER(GUID)

Callers 15

test_derivedMethod · 0.80
IBaseClass · 0.80
IDerivedClass · 0.80
test_itemMethod · 0.80
test_classMethod · 0.80
test_anti_with_itemMethod · 0.80
test_anti_with_classMethod · 0.80

Calls

no outgoing calls