Searched refs:PyCapsule_GetDestructor (Results 1 – 8 of 8) sorted by relevance
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
110 PyCapsule_GetDestructor(PyObject *o) in PyCapsule_GetDestructor() function
71 .. c:function:: PyCapsule_Destructor PyCapsule_GetDestructor(PyObject *capsule)
50 function,PyCapsule_GetDestructor,3.2,
162 PyCapsule_GetDestructor:void (*)(PyObject *):::163 PyCapsule_GetDestructor:PyObject*:self:0:
123 EXPORT_FUNC(PyCapsule_GetDestructor)
378 function PyCapsule_GetDestructor
3089 } else if (PyCapsule_GetDestructor(o) != capsule_destructor) { in capsule_destructor()