Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1184 def load_append(self): member in Unpickler
1189 dispatch[APPEND] = load_append
/external/python/cpython3/Lib/
Dpickle.py1661 def load_append(self): member in _Unpickler
1666 dispatch[APPEND[0]] = load_append
/external/python/cpython2/Modules/
DcPickle.c4476 load_append(Unpicklerobject *self) in load_append() function
4881 if (load_append(self) < 0) in load()
/external/python/cpython3/Modules/
D_pickle.c6512 load_append(UnpicklerObject *self) in load_append() function
6916 OP(APPEND, load_append) in load()