导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.6.5 Documentation »
  • Python/C API Reference Manual »
  • |

Object Implementation Support¶

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

  • 在堆中分配对象
  • Common Object Structures
  • Type Objects
  • Number Object Structures
  • Mapping Object Structures
  • Sequence Object Structures
  • Buffer Object Structures
  • Async Object Structures
  • Supporting Cyclic Garbage Collection

上一个主题

Memory Management

下一个主题

在堆中分配对象

当前页面

  • 提交 Bug
  • 显示源码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • 3.6.5 Documentation »
  • Python/C API Reference Manual »
  • |
© 版权信息 2001-2018, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
上次更新于 4月 24, 2018。 发现了问题?
使用Sphinx1.6.3 创建。