Home
last modified time | relevance | path

Searched refs:save_dict (Results 1 – 5 of 5) 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/cpython3/Lib/
Dpickle.py965 def save_dict(self, obj): member in _Pickler
974 dispatch[dict] = save_dict
976 dispatch[PyStringMap] = save_dict
/external/python/cpython2/Modules/
DcPickle.c1987 save_dict(Picklerobject *self, PyObject *args) in save_dict() function
2722 res = save_dict(self, args); in save()
/external/python/cpython3/Modules/
D_pickle.c3297 save_dict(PicklerObject *self, PyObject *obj) in save_dict() function
4320 status = save_dict(self, obj); in save()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2568 Modules/_pickle.c save_dict PyId_items -