Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1787 batch_dict(Picklerobject *self, PyObject *iter) in batch_dict() function
2019 res = batch_dict(self, iter); in save_dict()
2567 if (dictitems && batch_dict(self, dictitems) < 0) in save_reduce()