René's URL Explorer Experiment


Title: 呼叫協定 (Call Protocol) — 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
呼叫協定 (Call Protocol)https://python.github.io/python-docs-zh-tw/c-api/call.html
tp_call 協定https://python.github.io/python-docs-zh-tw/c-api/call.html#the-tp-call-protocol
Vectorcall 協定https://python.github.io/python-docs-zh-tw/c-api/call.html#the-vectorcall-protocol
遞迴控制https://python.github.io/python-docs-zh-tw/c-api/call.html#recursion-control
Vectorcall 支援 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall-support-api
物件呼叫 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#object-calling-api
呼叫支援 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#call-support-api
物件協定https://python.github.io/python-docs-zh-tw/c-api/object.html
數字協定https://python.github.io/python-docs-zh-tw/c-api/number.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/call.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/number.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/object.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
抽象物件層 (Abstract Objects Layer)https://python.github.io/python-docs-zh-tw/c-api/abstract.html
呼叫協定 (Call Protocol)https://python.github.io/python-docs-zh-tw/c-api/call.html
https://python.github.io/python-docs-zh-tw/c-api/call.html#call-protocol
https://python.github.io/python-docs-zh-tw/c-api/call.html#the-tp-call-protocol
tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_call
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
PyObject_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Call
呼叫 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#capi-call
https://python.github.io/python-docs-zh-tw/c-api/call.html#the-vectorcall-protocol
PEP 590https://peps.python.org/pep-0590/
PyObject_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Call
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
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__
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
immutablehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_IMMUTABLETYPE
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
tp_vectorcall_offsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
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/call.html#c.vectorcallfunc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PY_VECTORCALL_ARGUMENTS_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET
PyVectorcall_NARGS()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_NARGS
https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_VectorcallMethod()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_VectorcallMethod
PY_VECTORCALL_ARGUMENTS_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET
呼叫 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#capi-call
PyObject_Vectorcall()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Vectorcall
https://python.github.io/python-docs-zh-tw/c-api/call.html#recursion-control
遞迴https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#recursion
Py_EnterRecursiveCall()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_EnterRecursiveCall
Py_LeaveRecursiveCall()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_LeaveRecursiveCall
https://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall-support-api
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/call.html#c.PyVectorcall_NARGS
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_Function
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/call.html#c.PyVectorcall_Call
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
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
https://python.github.io/python-docs-zh-tw/c-api/call.html#object-calling-api
PyObject_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Call
PyObject_CallNoArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallNoArgs
PyObject_CallOneArg()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallOneArg
PyObject_CallObject()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallObject
PyObject_CallFunction()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallFunction
PyObject_CallMethod()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethod
PyObject_CallFunctionObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallFunctionObjArgs
PyObject_CallMethodObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodObjArgs
PyObject_CallMethodNoArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodNoArgs
PyObject_CallMethodOneArg()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodOneArg
PyObject_Vectorcall()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Vectorcall
PyObject_VectorcallDict()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_VectorcallDict
PyObject_VectorcallMethod()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_VectorcallMethod
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/call.html#c.PyObject_Call
穩定 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/call.html#c.PyObject_CallNoArgs
穩定 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/call.html#c.PyObject_CallOneArg
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/call.html#c.PyObject_CallObject
穩定 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/call.html#c.PyObject_CallFunction
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_BuildValue()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.Py_BuildValue
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObject_CallFunctionObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallFunctionObjArgs
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/call.html#c.PyObject_CallMethod
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_BuildValue()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.Py_BuildValue
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObject_CallMethodObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodObjArgs
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/call.html#c.PyObject_CallFunctionObjArgs
穩定 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
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodObjArgs
穩定 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
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodNoArgs
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/call.html#c.PyObject_CallMethodOneArg
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/call.html#c.PyObject_Vectorcall
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
vectorcallhttps://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
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/call.html#c.PyObject_VectorcallDict
vectorcallhttps://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
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/call.html#c.PyObject_VectorcallMethod
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PY_VECTORCALL_ARGUMENTS_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET
PyObject_Vectorcall()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Vectorcall
Py_TPFLAGS_METHOD_DESCRIPTORhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_METHOD_DESCRIPTOR
https://python.github.io/python-docs-zh-tw/c-api/call.html#call-support-api
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyCallable_Check
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
目錄https://python.github.io/python-docs-zh-tw/contents.html
呼叫協定 (Call Protocol)https://python.github.io/python-docs-zh-tw/c-api/call.html
tp_call 協定https://python.github.io/python-docs-zh-tw/c-api/call.html#the-tp-call-protocol
Vectorcall 協定https://python.github.io/python-docs-zh-tw/c-api/call.html#the-vectorcall-protocol
遞迴控制https://python.github.io/python-docs-zh-tw/c-api/call.html#recursion-control
Vectorcall 支援 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#vectorcall-support-api
物件呼叫 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#object-calling-api
呼叫支援 APIhttps://python.github.io/python-docs-zh-tw/c-api/call.html#call-support-api
物件協定https://python.github.io/python-docs-zh-tw/c-api/object.html
數字協定https://python.github.io/python-docs-zh-tw/c-api/number.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/call.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/number.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/object.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
抽象物件層 (Abstract Objects Layer)https://python.github.io/python-docs-zh-tw/c-api/abstract.html
呼叫協定 (Call Protocol)https://python.github.io/python-docs-zh-tw/c-api/call.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.