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

  /external/python/cpython2/Doc/includes/
capsulethunk.h 21 #define PyCapsule_Type PyCObject_Type
  /external/python/cpython3/Doc/includes/
capsulethunk.h 21 #define PyCapsule_Type PyCObject_Type
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
299 PyTypeObject PyCapsule_Type = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
299 PyTypeObject PyCapsule_Type = {
  /external/python/cpython2/Objects/
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
299 PyTypeObject PyCapsule_Type = {
  /external/python/cpython3/Objects/
capsule.c 53 capsule = PyObject_NEW(PyCapsule, &PyCapsule_Type);
299 PyTypeObject PyCapsule_Type = {

Completed in 201 milliseconds