Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c2997 batch_list_exact(PicklerObject *self, PyObject *obj) in batch_list_exact() function
3077 status = batch_list_exact(self, obj); in save_list()