Home
last modified time | relevance | path

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

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