HomeSort by relevance Sort by last modified time
    Searched refs:structseq_reduce (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 372 structseq_reduce(PyStructSequence* self) function
430 {"__reduce__", (PyCFunction)structseq_reduce,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 371 structseq_reduce(PyStructSequence* self) function
429 {"__reduce__", (PyCFunction)structseq_reduce,
  /external/python/cpython2/Objects/
structseq.c 372 structseq_reduce(PyStructSequence* self) function
430 {"__reduce__", (PyCFunction)structseq_reduce,
  /external/python/cpython3/Objects/
structseq.c 235 structseq_reduce(PyStructSequence* self) function
278 {"__reduce__", (PyCFunction)structseq_reduce, METH_NOARGS, NULL},

Completed in 315 milliseconds