Home
last modified time | relevance | path

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

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