Home
last modified time | relevance | path

Searched refs:save_reduce (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py331 self.save_reduce(obj=obj, *rv)
345 def save_reduce(self, func, args, state=None, member in Pickler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c2384 save_reduce(Picklerobject *self, PyObject *args, PyObject *fn, PyObject *ob) in save_reduce() function
2799 res = save_reduce(self, t, __reduce__, args); in save()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c2352 save_reduce(Picklerobject *self, PyObject *args, PyObject *fn, PyObject *ob) in save_reduce() function
2767 res = save_reduce(self, t, __reduce__, args); in save()