mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
13 lines
280 B
ReStructuredText
13 lines
280 B
ReStructuredText
Handle -- Processes handles
|
|
============================
|
|
|
|
The list of handles is accessible via :py:attr:`windows.system.handles
|
|
<windows.winobject.system.System.handles>`
|
|
|
|
.. note::
|
|
|
|
See sample :ref:`sample_system`
|
|
|
|
.. module:: windows.winobject.handle
|
|
|
|
.. autoclass:: Handle |