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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_functoolsmodule.c 281 partial_reduce(partialobject *pto, PyObject *unused) function
315 {"__reduce__", (PyCFunction)partial_reduce, METH_NOARGS},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_functoolsmodule.c 285 partial_reduce(partialobject *pto, PyObject *unused) function
319 {"__reduce__", (PyCFunction)partial_reduce, METH_NOARGS},
  /external/python/cpython2/Modules/
_functoolsmodule.c 277 partial_reduce(partialobject *pto, PyObject *unused) function
331 {"__reduce__", (PyCFunction)partial_reduce, METH_NOARGS},

Completed in 199 milliseconds