Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c2888 const char append_op = APPEND; in batch_list() local
2911 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list()
2938 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list()
3002 const char append_op = APPEND; in batch_list_exact() local
3014 if (_Pickler_Write(self, &append_op, 1) < 0) in batch_list_exact()