Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py690 def save_inst(self, obj): member in Pickler
728 dispatch[InstanceType] = save_inst
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c2036 save_inst(Picklerobject *self, PyObject *args) in save_inst() function
2694 res = save_inst(self, args); in save()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c2005 save_inst(Picklerobject *self, PyObject *args) in save_inst() function
2662 res = save_inst(self, args); in save()