HomeSort by relevance Sort by last modified time
    Searched defs:PyCapsule_IsValid (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Doc/includes/
capsulethunk.h 24 #define PyCapsule_IsValid(capsule, name) (PyCObject_Check(capsule))
  /external/python/cpython3/Doc/includes/
capsulethunk.h 24 #define PyCapsule_IsValid(capsule, name) (PyCObject_Check(capsule))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 68 PyCapsule_IsValid(PyObject *o, const char *name)
238 if (PyCapsule_IsValid(object, name)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 68 PyCapsule_IsValid(PyObject *o, const char *name)
238 if (PyCapsule_IsValid(object, name)) {
  /external/python/cpython2/Objects/
capsule.c 68 PyCapsule_IsValid(PyObject *o, const char *name)
238 if (PyCapsule_IsValid(object, name)) {
  /external/python/cpython3/Objects/
capsule.c 68 PyCapsule_IsValid(PyObject *o, const char *name)
238 if (PyCapsule_IsValid(object, name)) {

Completed in 146 milliseconds