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

Function GetActiveObject

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

Source from the content-addressed store, hash-verified

15#
16@overload
17def GetActiveObject(progid: _UnionT[str, type[CoClass], GUID]) -> Any: ...
18@overload
19def GetActiveObject(
20 progid: _UnionT[str, type[CoClass], GUID], interface: type[_T_IUnknown]

Callers 1

get_active_objectMethod · 0.90

Calls 2

_manageFunction · 0.90
from_progidMethod · 0.80

Tested by 1

get_active_objectMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…