Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1803 batch_dict(Picklerobject *self, PyObject *iter) in batch_dict() function
2035 res = batch_dict(self, iter); in save_dict()
2583 if (dictitems && batch_dict(self, dictitems) < 0) in save_reduce()
/external/python/cpython3/Modules/
D_pickle.c3116 batch_dict(PicklerObject *self, PyObject *iter) in batch_dict() function
3352 status = batch_dict(self, iter); in save_dict()
4225 if (dictitems && batch_dict(self, dictitems) < 0) in save_reduce()