Searched defs:PyCFunction_Type (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dmethodobject.c23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dmethodobject.c23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = { variable

Completed in 5 milliseconds