Home
last modified time | relevance | path

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

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