Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1160 def load_binget(self): member in Unpickler
1163 dispatch[BINGET] = load_binget
/external/python/cpython3/Lib/
Dpickle.py1616 def load_binget(self): member in _Unpickler
1623 dispatch[BINGET[0]] = load_binget
/external/python/cpython2/Modules/
DcPickle.c4219 load_binget(Unpicklerobject *self) in load_binget() function
4901 if (load_binget(self) < 0) in load()
5318 if (load_binget(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6252 load_binget(UnpicklerObject *self) in load_binget() function
6967 OP(BINGET, load_binget) in load()