Python logo

上個話題

Defining extension modules

下個話題

Operating System Utilities

This page

  • 回報臭蟲
  • 顯示來源碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.15.0a0 Documentation »
  • Python/C API Reference Manual »
  • Utilities
  • |
  • |

Utilities¶

The functions in this chapter perform various utility tasks, ranging from helping C code be more portable across platforms, using Python modules from C, and parsing function arguments and constructing Python values from C values.

  • Operating System Utilities
  • System Functions
  • Process Control
  • Importing Modules
  • Data marshalling support
  • Parsing arguments and building values
    • Parsing arguments
      • Strings and buffers
      • Numbers
      • Other objects
      • API Functions
    • Building values
  • String conversion and formatting
  • PyHash API
  • Reflection
  • Codec registry and support functions
    • Codec lookup API
    • Registry API for Unicode encoding error handlers
  • PyTime C API
    • Types
    • Clock Functions
    • Raw Clock Functions
    • Conversion functions
  • Support for Perf Maps

上個話題

Defining extension modules

下個話題

Operating System Utilities

This page

  • 回報臭蟲
  • 顯示來源碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.15.0a0 Documentation »
  • Python/C API Reference Manual »
  • Utilities
  • |
  • |
© 版權所有 2001 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.

最後更新於 8月 12, 2025 (07:50 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。