“Python/docs/3.9/c-api/utilities”的版本间差异
来自菜鸟教程
Python/docs/3.9/c-api/utilities
(autoload) |
小 (Page commit) |
||
第1行: | 第1行: | ||
+ | {{DISPLAYTITLE:实用程序 — Python 文档}} | ||
<div id="utilities" class="section"> | <div id="utilities" class="section"> | ||
<span id="id1"></span> | <span id="id1"></span> | ||
− | = | + | = 公用事业 = |
− | + | 本章中的函数执行各种实用任务,包括帮助 C 代码跨平台更具可移植性、使用来自 C 的 Python 模块、解析函数参数和从 C 值构造 Python 值。 | |
− | |||
− | |||
<div class="toctree-wrapper compound"> | <div class="toctree-wrapper compound"> | ||
− | * [[../sys| | + | * [[../sys|操作系统实用程序]] |
− | * [[../sys#system-functions| | + | * [[../sys#system-functions|系统功能]] |
− | * [[../sys#process-control| | + | * [[../sys#process-control|过程控制]] |
− | * [[../import| | + | * [[../import|导入模块]] |
− | * [[../marshal| | + | * [[../marshal|数据编组支持]] |
− | * [[../arg| | + | * [[../arg|解析参数和构建值]] |
− | ** [[../arg#parsing-arguments| | + | ** [[../arg#parsing-arguments|解析参数]] |
− | *** [[../arg#strings-and-buffers| | + | *** [[../arg#strings-and-buffers|字符串和缓冲区]] |
− | *** [[../arg#numbers| | + | *** [[../arg#numbers|数字]] |
− | *** [[../arg#other-objects| | + | *** [[../arg#other-objects|其他对象]] |
− | *** [[../arg#api-functions|API | + | *** [[../arg#api-functions|API 函数]] |
− | ** [[../arg#building-values| | + | ** [[../arg#building-values|建立价值观]] |
− | * [[../conversion| | + | * [[../conversion|字符串转换和格式化]] |
− | * [[../reflection| | + | * [[../reflection|反射]] |
− | * [[../codec| | + | * [[../codec|编解码器注册和支持功能]] |
− | ** [[../codec#codec-lookup-api| | + | ** [[../codec#codec-lookup-api|编解码器查找 API]] |
− | ** [[../codec#registry-api-for-unicode-encoding-error-handlers| | + | ** [[../codec#registry-api-for-unicode-encoding-error-handlers|用于 Unicode 编码错误处理程序的注册表 API]] |
第32行: | 第31行: | ||
</div> | </div> | ||
+ | <div class="clearer"> | ||
− | [[Category:Python 3.9 | + | |
+ | |||
+ | </div> | ||
+ | |||
+ | [[Category:Python 3.9 文档]] |