Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1020 def load_empty_list(self): member in Unpickler
1022 dispatch[EMPTY_LIST] = load_empty_list
/external/python/cpython3/Lib/
Dpickle.py1295 def load_empty_list(self): member in _Unpickler
1297 dispatch[EMPTY_LIST[0]] = load_empty_list
/external/python/cpython2/Modules/
DcPickle.c3835 load_empty_list(Unpicklerobject *self) in load_empty_list() function
4841 if (load_empty_list(self) < 0) in load()
5258 if (load_empty_list(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c5226 load_empty_list(UnpicklerObject *self) in load_empty_list() function
6448 OP(EMPTY_LIST, load_empty_list) in load()