<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>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](type.xhtml "Type 對象") | - [上一頁](objbuffer.xhtml "Old Buffer Protocol") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - [Python/C API 參考手冊](index.xhtml) ? - $('.inline-search').show(0); | # 具體的對象層 本章中的函數特定于某些 Python 對象類型。 將錯誤類型的對象傳遞給它們并不是一個好主意;如果您從 Python 程序接收到一個對象,但不確定它是否具有正確的類型,則必須首先執行類型檢查;例如,要檢查對象是否為字典,請使用 [`PyDict_Check()`](dict.xhtml#c.PyDict_Check "PyDict_Check")。 本章的結構類似于 Python 對象類型的“家族樹”。 警告 雖然本章描述的函數會仔細檢查傳入的對象的類型,但是其中許多函數不會檢查傳入的對象是否為NULL,而不是一個有效的對象。允許NULL傳入可能會導致內存訪問沖突和解釋器的立即終止。 ## 基本對象 本節描述Python類型對象和單一實例對象 象None。 - [Type 對象](type.xhtml) - [`None` 對象](none.xhtml) ## 數值對象 - [整數型對象](long.xhtml) - [布爾對象](bool.xhtml) - [浮點數對象](float.xhtml) - [復數對象](complex.xhtml) - [表示復數的C結構體](complex.xhtml#complex-numbers-as-c-structures) - [表示復數的Python對象](complex.xhtml#complex-numbers-as-python-objects) ## 序列對象 序列對象的一般操作在前一章中討論過;本節介紹Python語言固有的特定類型的序列對象。 - [字節對象](bytes.xhtml) - [字節數組對象](bytearray.xhtml) - [類型檢查宏](bytearray.xhtml#type-check-macros) - [直接 API 函數](bytearray.xhtml#direct-api-functions) - [宏](bytearray.xhtml#macros) - [Unicode Objects and Codecs](unicode.xhtml) - [Unicode對象](unicode.xhtml#unicode-objects) - [Unicode類型](unicode.xhtml#unicode-type) - [Unicode字符屬性](unicode.xhtml#unicode-character-properties) - [Creating and accessing Unicode strings](unicode.xhtml#creating-and-accessing-unicode-strings) - [Deprecated Py\_UNICODE APIs](unicode.xhtml#deprecated-py-unicode-apis) - [Locale Encoding](unicode.xhtml#locale-encoding) - [File System Encoding](unicode.xhtml#file-system-encoding) - [wchar\_t Support](unicode.xhtml#wchar-t-support) - [Built-in Codecs](unicode.xhtml#built-in-codecs) - [Generic Codecs](unicode.xhtml#generic-codecs) - [UTF-8 Codecs](unicode.xhtml#utf-8-codecs) - [UTF-32 Codecs](unicode.xhtml#utf-32-codecs) - [UTF-16 Codecs](unicode.xhtml#utf-16-codecs) - [UTF-7 Codecs](unicode.xhtml#utf-7-codecs) - [Unicode-Escape Codecs](unicode.xhtml#unicode-escape-codecs) - [Raw-Unicode-Escape Codecs](unicode.xhtml#raw-unicode-escape-codecs) - [Latin-1 Codecs](unicode.xhtml#latin-1-codecs) - [ASCII Codecs](unicode.xhtml#ascii-codecs) - [Character Map Codecs](unicode.xhtml#character-map-codecs) - [MBCS codecs for Windows](unicode.xhtml#mbcs-codecs-for-windows) - [Methods & Slots](unicode.xhtml#methods-slots) - [Methods and Slot Functions](unicode.xhtml#methods-and-slot-functions) - [元組對象](tuple.xhtml) - [Struct Sequence Objects](tuple.xhtml#struct-sequence-objects) - [列表對象](list.xhtml) ## 容器對象 - [字典對象](dict.xhtml) - [集合對象](set.xhtml) ## 函數對象 - [函數對象](function.xhtml) - [實例方法對象](method.xhtml) - [方法對象](method.xhtml#method-objects) - [Cell 對象](cell.xhtml) - [代碼對象](code.xhtml) ## 其他對象 - [文件對象](file.xhtml) - [Module Objects](module.xhtml) - [Initializing C modules](module.xhtml#initializing-c-modules) - [Single-phase initialization](module.xhtml#single-phase-initialization) - [Multi-phase initialization](module.xhtml#multi-phase-initialization) - [Low-level module creation functions](module.xhtml#low-level-module-creation-functions) - [Support functions](module.xhtml#support-functions) - [Module lookup](module.xhtml#module-lookup) - [迭代器對象](iterator.xhtml) - [描述符對象](descriptor.xhtml) - [切片對象](slice.xhtml) - [Ellipsis Object](slice.xhtml#ellipsis-object) - [MemoryView 對象](memoryview.xhtml) - [弱引用對象](weakref.xhtml) - [膠囊](capsule.xhtml) - [生成器對象](gen.xhtml) - [協程對象](coro.xhtml) - [Context Variables Objects](contextvars.xhtml) - [DateTime 對象](datetime.xhtml) ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](type.xhtml "Type 對象") | - [上一頁](objbuffer.xhtml "Old Buffer Protocol") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - [Python/C API 參考手冊](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>

                              哎呀哎呀视频在线观看