Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1028 def load_list(self): member in Unpickler
1031 dispatch[LIST] = load_list
/external/python/cpython3/Lib/
Dpickle.py1312 def load_list(self): member in _Unpickler
1315 dispatch[LIST[0]] = load_list
/external/python/cpython2/Modules/
DcPickle.c3856 load_list(Unpicklerobject *self) in load_list() function
4846 if (load_list(self) < 0) in load()
5263 if (load_list(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c5259 load_list(UnpicklerObject *self) in load_list() function
6449 OP(LIST, load_list) in load()