Home
last modified time | relevance | path

Searched defs:PyCapsule_SetDestructor (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/includes/
Dcapsulethunk.h42 #define PyCapsule_SetDestructor(capsule, dtor) \ macro
/external/python/cpython2/Objects/
Dcapsule.c167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor() function