Logo

上一个主题

pickletools --- pickle 开发者工具集

下一个主题

msvcrt --- 来自 MS VC++ 运行时的有用例程

当前页面

  • 提交 Bug
  • 显示源码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 3.12.0a0 文档 »
  • Python 标准库 »
  • Windows系统相关模块
  • |

Windows系统相关模块¶

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

  • msvcrt --- 来自 MS VC++ 运行时的有用例程
    • 文件操作
    • 控制台 I/O
    • 其他函数
  • winreg --- 访问 Windows 注册表
    • 函数
    • 常量
      • HKEY_* 常量
      • 访问权限
        • 64 位系统特有
      • 注册表值的类型
    • 注册表句柄对象
  • winsound —— Windows 系统的音频播放接口

上一个主题

pickletools --- pickle 开发者工具集

下一个主题

msvcrt --- 来自 MS VC++ 运行时的有用例程

当前页面

  • 提交 Bug
  • 显示源码
«
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 3.12.0a0 文档 »
  • Python 标准库 »
  • Windows系统相关模块
  • |
© 版权所有 2001-2022, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 5月 26, 2022. Found a bug?
由 Sphinx 4.5.0创建。