Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1934 batch_dict_exact(Picklerobject *self, PyObject *obj) in batch_dict_exact() function
2027 res = batch_dict_exact(self, args); in save_dict()
/external/python/cpython3/Modules/
D_pickle.c3247 batch_dict_exact(PicklerObject *self, PyObject *obj) in batch_dict_exact() function
3336 status = batch_dict_exact(self, obj); in save_dict()