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

  /external/python/cpython2/Doc/includes/
capsulethunk.h 66 #define PyCapsule_SetContext(capsule, context) \
  /external/python/cpython3/Doc/includes/
capsulethunk.h 66 #define PyCapsule_SetContext(capsule, context) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /external/python/cpython2/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {
  /external/python/cpython3/Objects/
capsule.c 181 PyCapsule_SetContext(PyObject *o, void *context)
185 if (!is_legal_capsule(capsule, "PyCapsule_SetContext")) {

Completed in 133 milliseconds