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

Function CreateObject

comtypes/client/_create.py:53–53  ·  view source on GitHub ↗
(progid: _UnionT[str, type[CoClass], GUID])

Source from the content-addressed store, hash-verified

51
52@overload
53def CreateObject(progid: _UnionT[str, type[CoClass], GUID]) -> Any: ...
54@overload
55def CreateObject(
56 progid: _UnionT[str, type[CoClass], GUID],

Callers 15

test_comtypesMethod · 0.90
test_creationMethod · 0.90
_create_dispifcMethod · 0.90
test_dictMethod · 0.90
test_installerMethod · 0.90
test_dictMethod · 0.90
test_installerMethod · 0.90
testMethod · 0.90
testMethod · 0.90
testMethod · 0.90

Calls 3

_manageFunction · 0.90
from_progidMethod · 0.80
debugMethod · 0.80

Tested by 15

test_comtypesMethod · 0.72
test_creationMethod · 0.72
_create_dispifcMethod · 0.72
test_dictMethod · 0.72
test_installerMethod · 0.72
test_dictMethod · 0.72
test_installerMethod · 0.72
testMethod · 0.72
testMethod · 0.72
testMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…