Home
last modified time | relevance | path

Searched defs:PyCapsule_New (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/includes/
Dcapsulethunk.h27 #define PyCapsule_New(pointer, name, destructor) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Dcapsule.c44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() function
/aosp_15_r20/external/python/cpython2/Objects/
Dcapsule.c44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() function
/aosp_15_r20/external/libxml2/python/
H A Dlibxml_wrap.h40 #define PyCapsule_New PyCObject_FromVoidPtrAndDesc macro