Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c3124 const char setitems_op = SETITEMS; in batch_dict() local
3225 if (_Pickler_Write(self, &setitems_op, 1) < 0) in batch_dict()
3255 const char setitems_op = SETITEMS; in batch_dict_exact() local
3287 if (_Pickler_Write(self, &setitems_op, 1) < 0) in batch_dict_exact()