Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1143 def load_pop(self): member in Unpickler
1145 dispatch[POP] = load_pop
/external/python/cpython3/Lib/
Dpickle.py1593 def load_pop(self): member in _Unpickler
1598 dispatch[POP[0]] = load_pop
/external/python/cpython2/Modules/
DcPickle.c4138 load_pop(Unpicklerobject *self) in load_pop() function
4950 if (load_pop(self) < 0) in load()
5368 if (load_pop(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6115 load_pop(UnpicklerObject *self) in load_pop() function
6928 OP(POP, load_pop) in load()