Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py640 def save_dict(self, obj): member in Pickler
651 dispatch[DictionaryType] = save_dict
653 dispatch[PyStringMap] = save_dict
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c1973 save_dict(Picklerobject *self, PyObject *args) in save_dict() function
2687 res = save_dict(self, args); in save()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c1942 save_dict(Picklerobject *self, PyObject *args) in save_dict() function
2655 res = save_dict(self, args); in save()