René's URL Explorer Experiment


Title: Capsules — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
弱參照物件https://python.github.io/python-docs-zh-tw/c-api/weakref.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/capsule.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/frame.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/weakref.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/concrete.html
Capsuleshttps://python.github.io/python-docs-zh-tw/c-api/capsule.html
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#capsules
Providing a C API for an Extension Modulehttps://python.github.io/python-docs-zh-tw/extending/extending.html#using-capsules
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule
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/capsule.html#c.PyCapsule_Type
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
types.CapsuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.CapsuleType
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Destructor
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_New()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_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/capsule.html#c.PyCapsule_CheckExact
PyCapsulehttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyCapsule_Destructorhttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Destructor
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_New
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsulehttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule
PyCapsule_Import()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Import
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetPointer
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_Destructorhttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Destructor
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetDestructor
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_IsValid()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
PyErr_Occurred()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetContext
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_IsValid()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
PyErr_Occurred()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetName
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_IsValid()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
PyErr_Occurred()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Occurred
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Import
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyImport_ImportModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportModule
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyCapsule_CheckExact()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_CheckExact
PyCapsule_GetPointer()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetPointer
PyCapsule_IsValid()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetContext
穩定 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
PyCapsule_Destructorhttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Destructor
https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetDestructor
穩定 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/capsule.html#c.PyCapsule_SetName
穩定 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/capsule.html#c.PyCapsule_SetPointer
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
弱參照物件https://python.github.io/python-docs-zh-tw/c-api/weakref.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/capsule.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/frame.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/weakref.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/concrete.html
Capsuleshttps://python.github.io/python-docs-zh-tw/c-api/capsule.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.