Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c2598 const char append_op = APPEND; in batch_list() local
2621 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list()
2648 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list()
2712 const char append_op = APPEND; in batch_list_exact() local
2724 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list_exact()