Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
CreateObject(progid: _UnionT[str, type[CoClass], GUID]) -> Any: ...
54
@overload
55
def
CreateObject(
56
progid: _UnionT[str, type[CoClass], GUID],
Callers
15
test_comtypes
Method · 0.90
test_creation
Method · 0.90
_create_dispifc
Method · 0.90
test_returns_lazybind_Dispatch
Method · 0.90
test_returns_dynamic_Dispatch
Method · 0.90
test_dict
Method · 0.90
test_installer
Method · 0.90
test_dict
Method · 0.90
test_installer
Method · 0.90
test
Method · 0.90
test
Method · 0.90
test
Method · 0.90
Calls
3
_manage
Function · 0.90
from_progid
Method · 0.80
debug
Method · 0.80
Tested by
15
test_comtypes
Method · 0.72
test_creation
Method · 0.72
_create_dispifc
Method · 0.72
test_returns_lazybind_Dispatch
Method · 0.72
test_returns_dynamic_Dispatch
Method · 0.72
test_dict
Method · 0.72
test_installer
Method · 0.72
test_dict
Method · 0.72
test_installer
Method · 0.72
test
Method · 0.72
test
Method · 0.72
test
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…