mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
12 lines
275 B
ReStructuredText
12 lines
275 B
ReStructuredText
COM - Component Object Model
|
|
""""""""""""""""""""""""""""
|
|
|
|
A module to call ``COM`` interfaces from `Python` or
|
|
``COM`` vtable in python.
|
|
|
|
This code is only used in :mod:`windows.wmi`.
|
|
The ability to create ``COM`` vtable is used in LKD
|
|
|
|
.. note::
|
|
|
|
TODO: link to LKD code |