Uses of Class
org.bytedeco.cpython.PyCapsule_Destructor
Packages that use PyCapsule_Destructor
-
Uses of PyCapsule_Destructor in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyCapsule_DestructorModifier and TypeMethodDescriptionstatic PyCapsule_Destructorpython.PyCapsule_GetDestructor(PyObject capsule) Methods in org.bytedeco.cpython.global with parameters of type PyCapsule_DestructorModifier and TypeMethodDescriptionstatic PyObjectpython.PyCapsule_New(Pointer pointer, String name, PyCapsule_Destructor destructor) static PyObjectpython.PyCapsule_New(Pointer pointer, BytePointer name, PyCapsule_Destructor destructor) static intpython.PyCapsule_SetDestructor(PyObject capsule, PyCapsule_Destructor destructor)