Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1184 def load_append(self): member in Unpickler
1189 dispatch[APPEND] = load_append
/external/python/cpython2/Modules/
DcPickle.c4490 load_append(Unpicklerobject *self) in load_append() function
4895 if (load_append(self) < 0) in load()