Home
last modified time | relevance | path

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

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