Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1028 def load_list(self): member in Unpickler
1031 dispatch[LIST] = load_list
/external/python/cpython2/Modules/
DcPickle.c3840 load_list(Unpicklerobject *self) in load_list() function
4860 if (load_list(self) < 0) in load()
5277 if (load_list(self) < 0) in noload()