Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c3119 batch_dict(PicklerObject *self, PyObject *iter) in batch_dict() function
3240 /* This is a variant of batch_dict() above that specializes for dicts, with no
3241 * support for dict subclasses. Like batch_dict(), we batch up chunks of
3369 status = batch_dict(self, iter); in save_dict()
4237 if (dictitems && batch_dict(self, dictitems) < 0) in save_reduce()

Completed in 10 milliseconds