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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 23 PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {
  /external/python/cpython2/Objects/
methodobject.c 23 (void)PyObject_INIT(op, &PyCFunction_Type);
27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
281 PyTypeObject PyCFunction_Type = {

Completed in 280 milliseconds