mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
30 lines
369 B
ReStructuredText
30 lines
369 B
ReStructuredText
Registry
|
|
========
|
|
|
|
.. module:: windows.registry
|
|
|
|
.. note::
|
|
|
|
See sample :ref:`sample_registry`
|
|
|
|
Registry
|
|
""""""""
|
|
|
|
.. autoclass:: Registry
|
|
:special-members: __getitem__
|
|
|
|
|
|
PyHKey
|
|
""""""
|
|
|
|
.. autoclass:: PyHKey
|
|
|
|
.. function:: __getitem__(name)
|
|
|
|
Alias for :func:`open_subkey`
|
|
|
|
KeyValue
|
|
""""""""
|
|
|
|
.. autoclass:: KeyValue
|
|
:exclude-members: count, index |