Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py646 def save_dict(self, obj): member in Pickler
657 dispatch[DictionaryType] = save_dict
659 dispatch[PyStringMap] = save_dict
/external/python/cpython2/Modules/
DcPickle.c1971 save_dict(Picklerobject *self, PyObject *args) in save_dict() function
2706 res = save_dict(self, args); in save()