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 0923704 commit 09cc93dCopy full SHA for 09cc93d
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