Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py895 def load_persid(self): member in Unpickler
898 dispatch[PERSID] = load_persid
/external/python/cpython3/Lib/
Dpickle.py1242 def load_persid(self): member in _Unpickler
1249 dispatch[PERSID[0]] = load_persid
/external/python/cpython2/Modules/
DcPickle.c4059 load_persid(Unpicklerobject *self) in load_persid() function
4973 if (load_persid(self) < 0) in load()
5391 if (load_persid(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6095 load_persid(UnpicklerObject *self) in load_persid() function
6979 OP(PERSID, load_persid) in load()