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/structures.html
Base object types and macroshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#base-object-types-and-macros
實作函式與方法https://python.github.io/python-docs-zh-tw/c-api/structures.html#implementing-functions-and-methods
Accessing attributes of extension typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#accessing-attributes-of-extension-types
Member flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-flags
Member typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-types
Defining Getters and Settershttps://python.github.io/python-docs-zh-tw/c-api/structures.html#defining-getters-and-setters
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/structures.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/typeobj.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/lifecycle.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/structures.html
https://python.github.io/python-docs-zh-tw/c-api/structures.html#common-object-structures
https://python.github.io/python-docs-zh-tw/c-api/structures.html#base-object-types-and-macros
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
reference countinghttps://python.github.io/python-docs-zh-tw/c-api/refcounting.html#countingrefs
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
受限 API 的一部分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_REFCNThttps://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_REFCNT
Py_TYPEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
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/structures.html#c.PyObject.ob_refcnt
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_REFCNThttps://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_REFCNT
Py_INCREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_INCREF
Py_DecRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DecRef
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_TYPEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
Py_SET_TYPE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SET_TYPE
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
受限 API 的一部分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
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
Py_SIZEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SIZE
Py_REFCNThttps://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_REFCNT
Py_TYPEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
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/structures.html#c.PyVarObject.ob_size
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_SIZEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SIZE
PyObject_NewVar()https://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
Py_SET_SIZEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SET_SIZE
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
PyObject_Length()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Length
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_HEAD
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_VAR_HEAD
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
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
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_Is
穩定 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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsNone
穩定 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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsTrue
穩定 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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsFalse
穩定 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
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
borrowedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
Py_TYPE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
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/structures.html#c.Py_IS_TYPE
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/structures.html#c.Py_SET_TYPE
__class__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class__
PyObject_SetAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetAttrString
heap typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#heap-types
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_SIZE
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
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
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/structures.html#c.Py_SET_SIZE
ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject_HEAD_INIT
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject_HEAD_INIT
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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#implementing-functions-and-methods
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
穩定 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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionWithKeywords
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_VARARGS | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-varargs-meth-keywords
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFast
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_FASTCALLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFastWithKeywords
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-fastcall-meth-keywords
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod
METH_METHOD | METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-method-meth-fastcall-meth-keywords
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_name
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_meth
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_flags
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_doc
ml_methhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_meth
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
ml_flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_flags
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_VARARGS
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyArg_ParseTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTuple
PyArg_UnpackTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_UnpackTuple
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_KEYWORDS
METH_VARARGS | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-varargs-meth-keywords
METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-fastcall-meth-keywords
METH_METHOD | METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-method-meth-fastcall-meth-keywords
METH_VARARGShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_VARARGS
METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_KEYWORDS
PyCFunctionWithKeywordshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionWithKeywords
PyArg_ParseTupleAndKeywords()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTupleAndKeywords
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCFunctionFasthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFast
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
stable ABIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
METH_FASTCALLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_KEYWORDS
METH_FASTCALLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
PyCFunctionFastWithKeywordshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFastWithKeywords
vectorcall protocolhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_METHOD
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_METHOD | METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-method-meth-fastcall-meth-keywords
METH_METHODhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_METHOD
METH_FASTCALLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_KEYWORDS
METH_FASTCALL | METH_KEYWORDShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#meth-fastcall-meth-keywords
PyCMethodhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_NOARGS
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_NOARGShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_NOARGS
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
Py_UNUSEDhttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_UNUSED
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_O
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
METH_Ohttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_O
PyArg_ParseTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTuple
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_CLASS
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_STATIC
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_COEXIST
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_Type
types.BuiltinMethodTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.BuiltinMethodType
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_Check
PyCMethod_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_Type
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_CheckExact
PyCMethod_Check()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_Check
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
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/structures.html#c.PyCMethod_New
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
function.__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
METH_METHODhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_METHOD
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
types.BuiltinFunctionTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.BuiltinFunctionType
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_Check
PyCFunction_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_Type
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_CheckExact
PyCFunction_Check()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_Check
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
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/structures.html#c.PyCFunction_NewEx
穩定 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
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_New
穩定 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
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFlags
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ml_flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_flags
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GET_FLAGS
PyCFunction_GetFlags()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFlags
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFunction
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
ml_methhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef.ml_meth
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GET_FUNCTION
PyCFunction_GetFunction()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFunction
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/structures.html#c.PyCFunction_GetSelf
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
PyModuleDefhttps://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModuleDef
borrowed referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
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/structures.html#c.PyCFunction_GET_SELF
PyCFunction_GetSelf()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetSelf
https://python.github.io/python-docs-zh-tw/c-api/structures.html#accessing-attributes-of-extension-types
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_membershttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_members
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.name
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.type
Member typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#pymemberdef-types
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/structures.html#c.PyMemberDef.offset
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.flags
Member flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#pymemberdef-flags
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.doc
PyDoc_STRhttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.PyDoc_STR
flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.flags
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
Py_T_STRINGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_STRING
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
Py_T_OBJECT_EXhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_OBJECT_EX
T_OBJECThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.T_OBJECT
PyType_FromSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpec
tp_vectorcall_offsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
tp_dictoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_weaklistoffsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
Py_TPFLAGS_MANAGED_DICThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_DICT
Py_TPFLAGS_MANAGED_WEAKREFhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_MANAGED_WEAKREF
Py_RELATIVE_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_RELATIVE_OFFSET
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMember_GetOne
穩定 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
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMember_SetOne
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/structures.html#member-flags
PyMemberDef.flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.flags
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_AUDIT_READ
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
audit eventhttps://python.github.io/python-docs-zh-tw/library/audit_events.html#audit-events
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_RELATIVE_OFFSET
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
offsethttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.offset
Py_tp_membershttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_members
slothttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
basicsizehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Spec.basicsize
tp_membershttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_members
PyMemberDef.offsethttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.offset
Py_AUDIT_READhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_AUDIT_READ
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
https://python.github.io/python-docs-zh-tw/c-api/structures.html#member-types
PyMemberDef.typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef.type
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
delhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#del
delattr()https://python.github.io/python-docs-zh-tw/library/functions.html#delattr
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_BYTE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_SHORT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_INT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_LONG
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_LONGLONG
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_UBYTE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_UINT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_USHORT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_ULONG
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_ULONGLONG
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_PYSSIZET
穩定 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
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_FLOAT
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_DOUBLE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_BOOL
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_STRING
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_STRING_INPLACE
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_CHAR
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_OBJECT_EX
穩定 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
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.T_OBJECT
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.T_NONE
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
https://python.github.io/python-docs-zh-tw/c-api/structures.html#defining-getters-and-setters
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyTypeObject.tp_getsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_getset
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef.name
getterhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.getter
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef.get
setterhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.setter
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef.set
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef.doc
https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef.closure
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/structures.html#c.getter
穩定 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/structures.html#c.setter
穩定 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
目錄https://python.github.io/python-docs-zh-tw/contents.html
通用物件結構https://python.github.io/python-docs-zh-tw/c-api/structures.html
Base object types and macroshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#base-object-types-and-macros
實作函式與方法https://python.github.io/python-docs-zh-tw/c-api/structures.html#implementing-functions-and-methods
Accessing attributes of extension typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#accessing-attributes-of-extension-types
Member flagshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-flags
Member typeshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#member-types
Defining Getters and Settershttps://python.github.io/python-docs-zh-tw/c-api/structures.html#defining-getters-and-setters
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/structures.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/typeobj.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/lifecycle.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/structures.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.