Searched refs:load_empty_list (Results 1 – 4 of 4) sorted by relevance
1020 def load_empty_list(self): member in Unpickler1022 dispatch[EMPTY_LIST] = load_empty_list
1295 def load_empty_list(self): member in _Unpickler1297 dispatch[EMPTY_LIST[0]] = load_empty_list
3835 load_empty_list(Unpicklerobject *self) in load_empty_list() function4841 if (load_empty_list(self) < 0) in load()5258 if (load_empty_list(self) < 0) in noload()
5226 load_empty_list(UnpicklerObject *self) in load_empty_list() function6448 OP(EMPTY_LIST, load_empty_list) in load()