Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c1596 memo_put(PicklerObject *self, PyObject *obj) in memo_put() function
2284 if (memo_put(self, obj) < 0) in save_bytes()
2452 if (memo_put(self, obj) < 0) in save_unicode()
2578 if (memo_put(self, obj) < 0) in save_tuple()
2779 if (memo_put(self, obj) < 0) in save_list()
3036 if (memo_put(self, obj) < 0) in save_dict()
3114 if (memo_put(self, obj) < 0) in save_set()
3219 if (memo_put(self, obj) < 0) in save_frozenset()
3528 if (memo_put(self, obj) < 0) in save_global()
3917 else if (memo_put(self, obj) < 0) in save_reduce()