Searched refs:save_dict (Results 1 – 3 of 3) sorted by relevance
640 def save_dict(self, obj): member in Pickler651 dispatch[DictionaryType] = save_dict653 dispatch[PyStringMap] = save_dict
1973 save_dict(Picklerobject *self, PyObject *args) in save_dict() function2687 res = save_dict(self, args); in save()
1942 save_dict(Picklerobject *self, PyObject *args) in save_dict() function2655 res = save_dict(self, args); in save()