Searched refs:load_list (Results 1 – 4 of 4) sorted by relevance
1028 def load_list(self): member in Unpickler1031 dispatch[LIST] = load_list
1312 def load_list(self): member in _Unpickler1315 dispatch[LIST[0]] = load_list
3856 load_list(Unpicklerobject *self) in load_list() function4846 if (load_list(self) < 0) in load()5263 if (load_list(self) < 0) in noload()
5259 load_list(UnpicklerObject *self) in load_list() function6449 OP(LIST, load_list) in load()