Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyCapsule_Type
1 parent 28493a5 commit 9f8ec95Copy full SHA for 9f8ec95
Doc/c-api/capsule.rst
@@ -22,6 +22,12 @@ Refer to :ref:`using-capsules` for more information on using these objects.
22
loaded modules.
23
24
25
+.. c:var:: PyTypeObject PyCapsule_Type
26
+
27
+ The type object corresponding to capsule objects. This is the same object
28
+ as :class:`types.CapsuleType` in the Python layer.
29
30
31
.. c:type:: PyCapsule_Destructor
32
33
The type of a destructor callback for a capsule. Defined as::
0 commit comments