瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.9.0a0 Documentation »
  • Python / C API 參考手冊 »
  • |

Object Implementation Support¶

This chapter describes the functions, types, and macros used when defining new object types.

  • Allocating Objects on the Heap
  • 通用物件結構
    • Base object types and macros
    • Implementing functions and methods
    • Accessing attributes of extension types
  • Type Objects
    • 快速参考
      • "tp 槽"
      • sub-slots
      • slot typedefs
    • PyTypeObject Definition
    • PyObject Slots
    • PyVarObject Slots
    • PyTypeObject Slots
    • Heap Types
  • Number Object Structures
  • Mapping Object Structures
  • Sequence Object Structures
  • Buffer Object Structures
  • Async Object Structures
  • Slot Type typedefs
  • 例子
  • Supporting Cyclic Garbage Collection

上個主題

記憶體管理

下個主題

Allocating Objects on the Heap

本頁

  • Report a Bug
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.9.0a0 Documentation »
  • Python / C API 參考手冊 »
  • |
© 版權所有 2001-2019, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

最後更新於 11月 19, 2019。 Found a bug?
Created using Sphinx 2.0.1.