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/contents.html
型別物件結構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/structures.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/typeobj.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/gcsupport.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/structures.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/typeobj.html
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#type-object-structures
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
範例https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#typedef-examples
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#quick-reference
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#tp-slots
[1]https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slots
Typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-typedefs-table
[2]https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#cols
tp_namehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_name
tp_basicsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
tp_vectorcall_offsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
getattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrfunc
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
setattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrfunc
tp_as_asynchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_async
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
tp_reprhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_repr
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
tp_as_numberhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_number
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
tp_as_sequencehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_sequence
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
tp_as_mappinghttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_mapping
PyMappingMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
hashfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.hashfunc
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
tp_strhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_str
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
getattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrofunc
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
setattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrofunc
tp_as_bufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
PyBufferProcshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs
sub-slotshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_dochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_doc
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
traverseprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.traverseproc
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
richcmpfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.richcmpfunc
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
getiterfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getiterfunc
tp_iternexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iternext
iternextfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.iternextfunc
tp_methodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_methods
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
tp_membershttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_members
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
tp_getsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getset
PyGetSetDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_descr_gethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
descrgetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
tp_descr_sethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
descrsetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
initprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.initproc
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
allocfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.allocfunc
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
newfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.newfunc
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
freefunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.freefunc
tp_is_gchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_is_gc
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
tp_baseshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_bases
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_mrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_mro
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_cachehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_cache
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_subclasseshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
tp_weaklisthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_delhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_del
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
tp_version_taghttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_version_tag
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
tp_vectorcallhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
tp_watchedhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_watched
1https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#id1
2https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#id2
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sub-slots
Typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-typedefs-table
am_awaithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_await
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
am_aiterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_aiter
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
am_anexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_anext
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
am_sendhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_send
sendfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.sendfunc
nb_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_add
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_add
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_subtracthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_subtract
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_subtracthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_subtract
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_multiply
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_multiply
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_remainderhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_remainder
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_remainderhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_remainder
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_divmodhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_divmod
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_powerhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_power
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
nb_inplace_powerhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_power
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
nb_negativehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_negative
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_positivehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_positive
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_absolutehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_absolute
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_boolhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_bool
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
nb_inverthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_invert
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_lshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_lshift
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_lshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_lshift
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_rshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_rshift
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_rshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_rshift
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_andhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_and
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_andhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_and
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_xorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_xor
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_xorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_xor
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_orhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_or
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_orhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_or
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_int
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_reservedhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_reserved
nb_floathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_float
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_floor_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_floor_divide
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_floor_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_floor_divide
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_true_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_true_divide
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_true_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_true_divide
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_indexhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_index
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
nb_matrix_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_matrix_multiply
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
nb_inplace_matrix_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_matrix_multiply
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
mp_lengthhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_length
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
mp_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
mp_ass_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
objobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjargproc
sq_lengthhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_length
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
sq_concathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_concat
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
sq_repeathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_repeat
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
sq_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_item
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
sq_ass_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
ssizeobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeobjargproc
sq_containshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_contains
objobjprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjproc
sq_inplace_concathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_concat
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
sq_inplace_repeathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_repeat
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
bf_getbufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs.bf_getbuffer
getbufferproc()https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getbufferproc
bf_releasebufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
releasebufferproc()https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.releasebufferproc
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-typedefs
allocfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.allocfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
freefunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.freefunc
traverseprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.traverseproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
visitprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.visitproc
newfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.newfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
initprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.initproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
getattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
setattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
getattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrofunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
setattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrofunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
descrgetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
descrsetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
hashfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.hashfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
richcmpfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.richcmpfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
getiterfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getiterfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
iternextfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.iternextfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
getbufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getbufferproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
releasebufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.releasebufferproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
ssizeobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeobjargproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
objobjprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
objobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjargproc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Slot Type typedefshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#id6
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pytypeobject-definition
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pyobject-slots
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyObject.ob_refcnthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_refcnt
statically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
dynamically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
PyObject.ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pyvarobject-slots
PyVarObject.ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
statically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
dynamically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
Py_SIZE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SIZE
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#pytypeobject-slots
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_name
tp_namehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_name
dynamically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
statically allocated type objectshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__module__
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__name__
tp_namehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_name
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__name__
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__module__
PyTypeObject()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
PyUnstable_Object_GC_NewWithExtraData()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyUnstable_Object_GC_NewWithExtraData
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyObject_NewVar()https://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyLong_Export()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_Export
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
Py_SIZE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SIZE
Py_SET_SIZE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SET_SIZE
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
PyList_Size()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Size
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyObject_HEADhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_HEAD
PyObject_VAR_HEADhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_VAR_HEAD
PyObject_HEADhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_HEAD
PyType_Spec.basicsizehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Spec.basicsize
PyType_FromMetaclass()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromMetaclass
PyObject_HEADhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_HEAD
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_CLEAR()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_CLEAR
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyErr_GetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GetRaisedException
PyErr_SetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetRaisedException
PyErr_FormatUnraisable()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_FormatUnraisable
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_GC_UnTrack()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_UnTrack
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HEAPTYPEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HEAPTYPE
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
PyErr_WriteUnraisable()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WriteUnraisable
attached thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#life-cycle
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
vectorcall protocolhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
PyVectorcall_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_Call
mutable heap typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
__call__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
vectorcallhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
PyVectorcall_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_Call
getattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
setattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_async
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
非同步物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#async-structs
tp_as_asynchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_async
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_repr
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
PyObject_Repr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Repr
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_number
Number Object Structureshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#number-structs
tp_as_numberhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_number
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_sequence
序列物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#sequence-structs
tp_as_sequencehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_sequence
PyMappingMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_mapping
對映物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#mapping-structs
tp_as_mappinghttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_mapping
hashfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.hashfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
PyObject_Hash()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
PyObject_HashNotImplemented()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HashNotImplemented
PyObject_HashNotImplemented()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HashNotImplemented
PyObject_HashNotImplemented()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HashNotImplemented
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyObject_GenericHash()https://python.github.io/python-docs-zh-tw/c-api/hash.html#c.PyObject_GenericHash
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Call
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_str
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
PyObject_Str()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Str
PyObject_Str()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Str
PyObject_Str()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Str
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
PyObject_Repr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Repr
getattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrofunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_GetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetAttr
PyObject_GenericGetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetAttr
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyObject_GenericGetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetAttr
setattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrofunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_SetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetAttr
PyObject_GenericSetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericSetAttr
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyObject_GenericSetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericSetAttr
PyBufferProcshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
緩衝區物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#buffer-structs
tp_as_bufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_as_numberhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_number
tp_as_sequencehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_sequence
tp_as_mappinghttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_mapping
tp_as_bufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyType_HasFeature()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_HasFeature
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HEAPTYPE
PyType_FromSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpec
ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
support garbage collectionhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#supporting-cycle-detection
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_BASETYPE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_READY
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_READYING
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyObject_GC_Newhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#supporting-cycle-detection
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_DEFAULT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_METHOD_DESCRIPTOR
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_TPFLAGS_IMMUTABLETYPEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_IMMUTABLETYPE
tp_descr_gethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_VisitManagedDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_VisitManagedDict
PyObject_ClearManagedDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_ClearManagedDict
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_WEAKREF
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_ITEMS_AT_END
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_LONG_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_LIST_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_TUPLE_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_BYTES_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_UNICODE_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_DICT_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_BASE_EXC_SUBCLASS
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_TYPE_SUBCLASS
PyLong_Check()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_Check
PyType_FastSubclass()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FastSubclass
PyObject_IsInstance()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_IsInstance
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_FINALIZE
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
vectorcall protocolhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
tp_vectorcall_offsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_IMMUTABLETYPE
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
static typeshttps://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#c.Py_TPFLAGS_DISALLOW_INSTANTIATION
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
abstract base classhttps://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MAPPING
matchhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#match
collections.abc.Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
Py_TPFLAGS_MAPPINGhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MAPPING
Py_TPFLAGS_SEQUENCEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_SEQUENCE
Py_TPFLAGS_SEQUENCEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_SEQUENCE
PEP 634https://peps.python.org/pep-0634/
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_SEQUENCE
matchhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#match
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
collections.abc.Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
Py_TPFLAGS_MAPPINGhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MAPPING
Py_TPFLAGS_SEQUENCEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_SEQUENCE
Py_TPFLAGS_MAPPINGhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MAPPING
PEP 634https://peps.python.org/pep-0634/
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_VALID_VERSION_TAG
PyType_Modified()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Modified
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_doc
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__doc__
traverseprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.traverseproc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#supporting-cycle-detection
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_VISIT()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.Py_VISIT
Py_VISIT()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.Py_VISIT
gchttps://python.github.io/python-docs-zh-tw/library/gc.html#module-gc
get_referents()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.get_referents
Py_TPFLAGS_HEAPTYPEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HEAPTYPE
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyObject_VisitManagedDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_VisitManagedDict
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
strong referenceshttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
tp_weaklisthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
Py_VISIT()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.Py_VISIT
heap-allocated typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
Py_TYPE(self)https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
bug 40217https://bugs.python.org/issue40217
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
Py_CLEAR()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_CLEAR
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
gc.garbagehttps://python.github.io/python-docs-zh-tw/library/gc.html#gc.garbage
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_CLEAR()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_CLEAR
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
Py_CLEAR()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_CLEAR
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyObject_ClearManagedDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_ClearManagedDict
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#supporting-cycle-detection
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#life-cycle
richcmpfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.richcmpfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
PyObject_RichCompare()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_RichCompare
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_LT
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_LE
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_EQ
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_NE
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_GT
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_GE
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_RETURN_RICHCOMPARE
PyObject_RichCompare()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_RichCompare
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
Py_TPFLAGS_MANAGED_WEAKREFhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_WEAKREF
PyObject_ClearWeakRefs()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyObject_ClearWeakRefs
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_weaklisthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
Py_TPFLAGS_MANAGED_WEAKREFhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_WEAKREF
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
Py_TPFLAGS_MANAGED_WEAKREFhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_WEAKREF
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
getiterfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getiterfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
PyObject_GetIter()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetIter
iternextfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.iternextfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iternext
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
PyIter_Next()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Next
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_methods
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_members
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyGetSetDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getset
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyGetSetDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyType_GenericNew()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericNew
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
PyType_GetDict()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetDict
PyType_GetDict()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetDict
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyDict_SetItem()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_SetItem
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
descrgetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
descrsetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
PyObject_GenericGetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetAttr
tp_dicthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dict
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
PyObject_GenericGetDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetDict
PyObject_GenericGetDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetDict
PyObject_GetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetAttr
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
initprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.initproc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
allocfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.allocfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
Heap subtypeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
newfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.newfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
Py_TPFLAGS_DISALLOW_INSTANTIATIONhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_DISALLOW_INSTANTIATION
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
freefunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.freefunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyObject_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Free
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyObject_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Free
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
Heap subtypeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
heap subtypeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_is_gc
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
dynamically allocated typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_bases
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
initializedhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
Py_tp_baseshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_bases
slothttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
PyType_FromSpecWithBases()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpecWithBases
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_mro
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
initializedhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_cache
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
__subclasses__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__subclasses__
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_del
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_version_tag
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
GILhttps://python.github.io/python-docs-zh-tw/glossary.html#term-GIL
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
PyObject_CallFinalizer()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizer
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_CallFinalizer()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizer
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
cyclic isolatehttps://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
PyObject_CallFinalizer()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizer
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_finalize
PyErr_GetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GetRaisedException
PyErr_SetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetRaisedException
PyErr_WriteUnraisable()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WriteUnraisable
PyErr_FormatUnraisable()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_FormatUnraisable
Py_TPFLAGS_HAVE_FINALIZEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_FINALIZE
PEP 442https://peps.python.org/pep-0442/
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#life-cycle
PyObject_CallFinalizer()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizer
PyObject_CallFinalizerFromDealloc()https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html#c.PyObject_CallFinalizerFromDealloc
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
vectorcall functionhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
vectorcall protocolhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_watched
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
sub-interpretershttps://python.github.io/python-docs-zh-tw/c-api/init.html#sub-interpreter-support
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
Limited APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
static typeshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
Py_TPFLAGS_HEAPTYPEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HEAPTYPE
PyType_Spechttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Spec
PyType_FromSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpec
PyType_FromSpecWithBases()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpecWithBases
PyType_FromModuleAndSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromModuleAndSpec
PyType_FromMetaclass()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromMetaclass
https://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#c.PyNumberMethods
數字協定https://python.github.io/python-docs-zh-tw/c-api/number.html#number
nb_reservedhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_reserved
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_add
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_subtract
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_multiply
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_remainder
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_divmod
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_power
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_negative
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_positive
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_absolute
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_bool
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_invert
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_lshift
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_rshift
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_and
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_xor
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_or
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_int
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_reserved
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_float
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_add
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_subtract
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_multiply
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_remainder
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_power
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_lshift
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_rshift
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_and
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_xor
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_or
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_floor_divide
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_true_divide
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_floor_divide
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_true_divide
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_index
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_matrix_multiply
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyNumberMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_matrix_multiply
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
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#c.PyMappingMethods
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
PyMappingMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_length
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyMapping_Size()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Size
PyObject_Size()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Size
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PyMappingMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_GetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetItem
PySequence_GetSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_GetSlice
PyMapping_Check()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Check
objobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjargproc
PyMappingMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_SetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetItem
PyObject_DelItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelItem
PySequence_SetSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_SetSlice
PySequence_DelSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_DelSlice
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#c.PySequenceMethods
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_length
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_Size()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Size
PyObject_Size()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Size
sq_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_item
sq_ass_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_concat
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_Concat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Concat
nb_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_add
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_repeat
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_Repeat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Repeat
nb_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_multiply
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_item
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_GetItem()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_GetItem
PyObject_GetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetItem
mp_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
PySequence_Check()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Check
sq_lengthhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_length
sq_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_item
ssizeobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeobjargproc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_SetItem()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_SetItem
PyObject_SetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetItem
PyObject_DelItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelItem
mp_ass_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
objobjprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjproc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_contains
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_Contains()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Contains
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_concat
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_InPlaceConcat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_InPlaceConcat
PySequence_Concat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Concat
nb_inplace_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_add
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
PySequenceMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_repeat
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySequence_InPlaceRepeat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_InPlaceRepeat
PySequence_Repeat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Repeat
nb_inplace_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyNumberMethods.nb_inplace_multiply
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#c.PyBufferProcs
Buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
getbufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getbufferproc
PyBufferProcshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs.bf_getbuffer
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
BufferErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BufferError
Buffer structurehttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#buffer-structure
Buffer request typeshttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#buffer-request-types
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
formathttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.format
shapehttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.shape
strideshttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.strides
suboffsetshttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.suboffsets
internalhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.internal
PyBuffer_FillInfo()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_FillInfo
PyObject_GetBuffer()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyObject_GetBuffer
releasebufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.releasebufferproc
PyBufferProcshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyBufferProcs.bf_releasebufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
internalhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer.internal
PyBuffer_Release()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_Release
PyBuffer_Release()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_Release
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#async-object-structures
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_await
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
PyIter_Check()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Check
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_aiter
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_anext
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
sendfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.sendfunc
PyAsyncMethodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_send
slot IDhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyIter_Send()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Send
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#slot-type-typedefs
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.allocfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ob_refcnthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_refcnt
ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
tp_basicsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.freefunc
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.newfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_new
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.initproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_init
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_reprhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_repr
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrofunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getattro
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrofunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_descr_gethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_descr_sethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
Py_hash_thttps://python.github.io/python-docs-zh-tw/c-api/hash.html#c.Py_hash_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.hashfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_hash
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.richcmpfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getiterfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.iternextfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_iternexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iternext
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getbufferproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.releasebufferproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PySendResulthttps://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PySendResult
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.sendfunc
am_sendhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyAsyncMethods.am_send
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeobjargproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjargproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#examples
擴充型別定義教學https://python.github.io/python-docs-zh-tw/extending/newtypes_tutorial.html#defining-new-types
Defining Extension Types: Assorted Topicshttps://python.github.io/python-docs-zh-tw/extending/newtypes.html#new-types-topics
static typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
Py_TPFLAGS_DISALLOW_INSTANTIATIONhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_DISALLOW_INSTANTIATION
static typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
static typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#static-types
目錄https://python.github.io/python-docs-zh-tw/contents.html
型別物件結構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/structures.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/typeobj.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/gcsupport.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/structures.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/typeobj.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.