blob: 120d3a872bf5b55502145d2848c6ae154c5cdd67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
======================================================
:mod:`bps.host.windows` -- Windows-specific Utilities
======================================================
.. module:: bps.host.windows
:platform: nt
:synopsis: windows-specific utilities
This contains a number of windows-specific helper functions.
They are either very windows-specific, or simply haven't
been rolled into a common function in :mod:`bps.host`
along with compatriots from other OS modules...
.. autofunction:: regpath
.. autoclass:: RegistryPath
.. autofunction:: reghandle
.. autoclass:: RegistryHandle
.. autofunction:: detect_office_app
|