“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>
= Utilities =
+
= 公用事业 =
  
The functions in this chapter perform various utility tasks, ranging from
+
本章中的函数执行各种实用任务,包括帮助 C 代码跨平台更具可移植性、使用来自 C 的 Python 模块、解析函数参数和从 C 值构造 Python 值。
helping C code be more portable across platforms, using Python modules from C,
 
and parsing function arguments and constructing Python values from C values.
 
  
 
<div class="toctree-wrapper compound">
 
<div class="toctree-wrapper compound">
  
* [[../sys|Operating System Utilities]]
+
* [[../sys|操作系统实用程序]]
* [[../sys#system-functions|System Functions]]
+
* [[../sys#system-functions|系统功能]]
* [[../sys#process-control|Process Control]]
+
* [[../sys#process-control|过程控制]]
* [[../import|Importing Modules]]
+
* [[../import|导入模块]]
* [[../marshal|Data marshalling support]]
+
* [[../marshal|数据编组支持]]
* [[../arg|Parsing arguments and building values]]
+
* [[../arg|解析参数和构建值]]
** [[../arg#parsing-arguments|Parsing arguments]]
+
** [[../arg#parsing-arguments|解析参数]]
*** [[../arg#strings-and-buffers|Strings and buffers]]
+
*** [[../arg#strings-and-buffers|字符串和缓冲区]]
*** [[../arg#numbers|Numbers]]
+
*** [[../arg#numbers|数字]]
*** [[../arg#other-objects|Other objects]]
+
*** [[../arg#other-objects|其他对象]]
*** [[../arg#api-functions|API Functions]]
+
*** [[../arg#api-functions|API 函数]]
** [[../arg#building-values|Building values]]
+
** [[../arg#building-values|建立价值观]]
* [[../conversion|String conversion and formatting]]
+
* [[../conversion|字符串转换和格式化]]
* [[../reflection|Reflection]]
+
* [[../reflection|反射]]
* [[../codec|Codec registry and support functions]]
+
* [[../codec|编解码器注册和支持功能]]
** [[../codec#codec-lookup-api|Codec lookup API]]
+
** [[../codec#codec-lookup-api|编解码器查找 API]]
** [[../codec#registry-api-for-unicode-encoding-error-handlers|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 文档]]

2021年10月31日 (日) 04:50的最新版本