René's URL Explorer Experiment


Title: 物件實作支援 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
記憶體管理https://python.github.io/python-docs-zh-tw/c-api/memory.html
在 heap 上分配物件https://python.github.io/python-docs-zh-tw/c-api/allocation.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/objimpl.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/allocation.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/memory.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
物件實作支援https://python.github.io/python-docs-zh-tw/c-api/objimpl.html
https://python.github.io/python-docs-zh-tw/c-api/objimpl.html#object-implementation-support
在 heap 上分配物件https://python.github.io/python-docs-zh-tw/c-api/allocation.html
被棄用的別名https://python.github.io/python-docs-zh-tw/c-api/allocation.html#deprecated-aliases
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html
生命事件https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#life-events
Cyclic Isolate Destructionhttps://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#cyclic-isolate-destruction
函式https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#functions
通用物件結構https://python.github.io/python-docs-zh-tw/c-api/structures.html
Base object types and macroshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#base-object-types-and-macros
實作函式與方法https://python.github.io/python-docs-zh-tw/c-api/structures.html#implementing-functions-and-methods
Accessing attributes of extension typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#accessing-attributes-of-extension-types
Member flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-flags
Member typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-types
Defining Getters and Settershttps://python.github.io/python-docs-zh-tw/c-api/structures.html#defining-getters-and-setters
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
Quick Referencehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#quick-reference
"tp slots"https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#tp-slots
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
slot typedefshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-typedefs
PyTypeObject Definitionhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pytypeobject-definition
PyObject Slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pyobject-slots
PyVarObject Slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pyvarobject-slots
PyTypeObject Slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pytypeobject-slots
靜態型別https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
堆積型別https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
Number Object Structureshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#number-object-structures
對映物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#mapping-object-structures
序列物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sequence-object-structures
緩衝區物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#buffer-object-structures
非同步物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#async-object-structures
Slot Type typedefshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-type-typedefs
範例https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#examples
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
Controlling the Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#controlling-the-garbage-collector-state
Querying Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#querying-garbage-collector-state
記憶體管理https://python.github.io/python-docs-zh-tw/c-api/memory.html
在 heap 上分配物件https://python.github.io/python-docs-zh-tw/c-api/allocation.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/objimpl.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/allocation.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/memory.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
物件實作支援https://python.github.io/python-docs-zh-tw/c-api/objimpl.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.