Home
last modified time | relevance | path

Searched refs:load_empty_list (Results 1 – 2 of 2) 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/cpython2/Modules/
DcPickle.c3819 load_empty_list(Unpicklerobject *self) in load_empty_list() function
4855 if (load_empty_list(self) < 0) in load()
5272 if (load_empty_list(self) < 0) in noload()