Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Doc/includes/
Dcapsulethunk.h31 #define PyCapsule_GetPointer(capsule, name) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Dcapsule.c80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
/aosp_15_r20/external/python/cpython2/Objects/
Dcapsule.c80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
/aosp_15_r20/external/libxml2/python/
H A Dlibxml_wrap.h42 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o)) macro