Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c1494 store_tuple_elements(Picklerobject *self, PyObject *t, int len) in store_tuple_elements() function
1567 if (store_tuple_elements(self, args, len) < 0) in save_tuple()
1592 if (store_tuple_elements(self, args, len) < 0) in save_tuple()
/external/python/cpython3/Modules/
D_pickle.c2746 store_tuple_elements(PicklerObject *self, PyObject *t, Py_ssize_t len) in store_tuple_elements() function
2808 if (store_tuple_elements(self, obj, len) < 0) in save_tuple()
2835 if (store_tuple_elements(self, obj, len) < 0) in save_tuple()