Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcapsule.c80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
/third_party/libxml2/python/
Dlibxml_wrap.h41 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o)) macro