Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dcapsulethunk.h24 #define PyCapsule_IsValid(capsule, name) (PyCObject_Check(capsule)) macro
/external/python/cpython2/Objects/
Dcapsule.c68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid() function