<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](intro.xhtml "概述") | - [上一頁](../extending/embedding.xhtml "1. Embedding Python in Another Application") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - $('.inline-search').show(0); | # Python/C API 參考手冊 本手冊描述了希望編寫擴展模塊并將 Python 解釋器嵌入其應用程序中的 C 和 C++ 程序員可用的 API。同時可以參閱 [擴展和嵌入 Python 解釋器](../extending/index.xhtml#extending-index) ,其中描述了擴展編寫的一般原則,但沒有詳細描述 API 函數。 - [概述](intro.xhtml) - [代碼標準](intro.xhtml#coding-standards) - [包含文件](intro.xhtml#include-files) - [有用的宏](intro.xhtml#useful-macros) - [對象、類型和引用計數](intro.xhtml#objects-types-and-reference-counts) - [異常](intro.xhtml#exceptions) - [嵌入Python](intro.xhtml#embedding-python) - [調試構建](intro.xhtml#debugging-builds) - [穩定的應用程序二進制接口](stable.xhtml) - [The Very High Level Layer](veryhigh.xhtml) - [Reference Counting](refcounting.xhtml) - [異常處理](exceptions.xhtml) - [Printing and clearing](exceptions.xhtml#printing-and-clearing) - [拋出異常](exceptions.xhtml#raising-exceptions) - [Issuing warnings](exceptions.xhtml#issuing-warnings) - [Querying the error indicator](exceptions.xhtml#querying-the-error-indicator) - [Signal Handling](exceptions.xhtml#signal-handling) - [Exception Classes](exceptions.xhtml#exception-classes) - [Exception Objects](exceptions.xhtml#exception-objects) - [Unicode Exception Objects](exceptions.xhtml#unicode-exception-objects) - [Recursion Control](exceptions.xhtml#recursion-control) - [標準異常](exceptions.xhtml#standard-exceptions) - [標準警告類別](exceptions.xhtml#standard-warning-categories) - [工具](utilities.xhtml) - [操作系統實用程序](sys.xhtml) - [系統功能](sys.xhtml#system-functions) - [過程控制](sys.xhtml#process-control) - [導入模塊](import.xhtml) - [Data marshalling support](marshal.xhtml) - [語句解釋及變量編譯](arg.xhtml) - [字符串轉換與格式化](conversion.xhtml) - [反射](reflection.xhtml) - [編解碼器注冊與支持功能](codec.xhtml) - [抽象對象層](abstract.xhtml) - [Object Protocol](object.xhtml) - [數字協議](number.xhtml) - [Sequence Protocol](sequence.xhtml) - [Mapping Protocol](mapping.xhtml) - [迭代器協議](iter.xhtml) - [緩沖協議](buffer.xhtml) - [Old Buffer Protocol](objbuffer.xhtml) - [具體的對象層](concrete.xhtml) - [基本對象](concrete.xhtml#fundamental-objects) - [數值對象](concrete.xhtml#numeric-objects) - [序列對象](concrete.xhtml#sequence-objects) - [容器對象](concrete.xhtml#container-objects) - [函數對象](concrete.xhtml#function-objects) - [其他對象](concrete.xhtml#other-objects) - [Initialization, Finalization, and Threads](init.xhtml) - [在Python初始化之前](init.xhtml#before-python-initialization) - [全局配置變量](init.xhtml#global-configuration-variables) - [Initializing and finalizing the interpreter](init.xhtml#initializing-and-finalizing-the-interpreter) - [Process-wide parameters](init.xhtml#process-wide-parameters) - [Thread State and the Global Interpreter Lock](init.xhtml#thread-state-and-the-global-interpreter-lock) - [Sub-interpreter support](init.xhtml#sub-interpreter-support) - [Asynchronous Notifications](init.xhtml#asynchronous-notifications) - [Profiling and Tracing](init.xhtml#profiling-and-tracing) - [Advanced Debugger Support](init.xhtml#advanced-debugger-support) - [Thread Local Storage Support](init.xhtml#thread-local-storage-support) - [內存管理](memory.xhtml) - [概述](memory.xhtml#overview) - [原始內存接口](memory.xhtml#raw-memory-interface) - [Memory Interface](memory.xhtml#memory-interface) - [對象分配器](memory.xhtml#object-allocators) - [默認內存分配器](memory.xhtml#default-memory-allocators) - [Customize Memory Allocators](memory.xhtml#customize-memory-allocators) - [The pymalloc allocator](memory.xhtml#the-pymalloc-allocator) - [tracemalloc C API](memory.xhtml#tracemalloc-c-api) - [示例](memory.xhtml#examples) - [對象實現支持](objimpl.xhtml) - [在堆中分配對象](allocation.xhtml) - [Common Object Structures](structures.xhtml) - [Type 對象](typeobj.xhtml) - [Number Object Structures](typeobj.xhtml#number-object-structures) - [Mapping Object Structures](typeobj.xhtml#mapping-object-structures) - [Sequence Object Structures](typeobj.xhtml#sequence-object-structures) - [Buffer Object Structures](typeobj.xhtml#buffer-object-structures) - [Async Object Structures](typeobj.xhtml#async-object-structures) - [使對象類型支持循環垃圾回收](gcsupport.xhtml) - [API 和 ABI 版本管理](apiabiversion.xhtml) ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](intro.xhtml "概述") | - [上一頁](../extending/embedding.xhtml "1. Embedding Python in Another Application") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - $('.inline-search').show(0); | ? [版權所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 軟件基金會是一個非盈利組織。 [請捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [發現了問題](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 創建。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看