This document is for an old version of Python that is
no longer supported
. You should upgrade and read the
Python 当前稳定版本的文档
.
导航
索引
模块
|
下一页
|
上一页
|
Python
»
Python 2.7.18 文档
»
Python/C API 参考手册
»
对象实现支持
¶
本章描述了定义新对象类型时所使用的函数、类型和宏。
在堆上分配对象
Common Object Structures
类型对象
Number Object Structures
Mapping Object Structures
Sequence Object Structures
Buffer Object Structures
使对象类型支持循环垃圾回收
上一个主题
内存管理
下一个主题
在堆上分配对象
本页
显示源代码
快速搜索
导航
索引
模块
|
下一页
|
上一页
|
Python
»
Python 2.7.18 文档
»
Python/C API 参考手册
»