导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.7.9 Documentation »
  • Python 标准库 »
  • |

Windows系统相关模块¶

本章节叙述的模块只在 Windows 平台上可用。

  • msilib --- Read and write Microsoft Installer files
    • Database Objects
    • View Objects
    • Summary Information Objects
    • Record Objects
    • Errors
    • CAB Objects
    • Directory Objects
    • 相关特性
    • GUI classes
    • Precomputed tables
  • msvcrt --- 来自 MS VC++ 运行时的有用例程
    • File Operations
    • Console I/O
    • Other Functions
  • winreg --- Windows 注册表访问
    • 函数
    • 常量
      • HKEY_* Constants
      • Access Rights
        • 64-bit Specific
      • Value Types
    • Registry Handle Objects
  • winsound --- Sound-playing interface for Windows

上一个主题

formatter --- 通用格式化输出

下一个主题

msilib --- Read and write Microsoft Installer files

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.7.9 Documentation »
  • Python 标准库 »
  • |
© 版权所有 2001-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最后更新于 10月 07, 2020. 发现了问题?
使用Sphinx2.3.1 创建。