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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor)
171 if (!is_legal_capsule(capsule, "PyCapsule_SetDestructor")) {

Completed in 52 milliseconds