Searched refs:PyCapsule_SetDestructor (Results 1 – 8 of 8) sorted by relevance
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor() function
137 .. c:function:: int PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor)
57 function,PyCapsule_SetDestructor,3.2,
189 PyCapsule_SetDestructor:int:::190 PyCapsule_SetDestructor:PyObject*:self:0:191 PyCapsule_SetDestructor:void (*)(PyObject *):destructor::
130 EXPORT_FUNC(PyCapsule_SetDestructor)
392 function PyCapsule_SetDestructor
3141 PyCapsule_SetDestructor(object, capsule_destructor); in test_capsule()3160 PyCapsule_SetDestructor(object, NULL); in test_capsule()