Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1165 def load_long_binget(self): member in Unpickler
1168 dispatch[LONG_BINGET] = load_long_binget
/external/python/cpython3/Lib/
Dpickle.py1625 def load_long_binget(self): member in _Unpickler
1632 dispatch[LONG_BINGET[0]] = load_long_binget
/external/python/cpython2/Modules/
DcPickle.c4247 load_long_binget(Unpicklerobject *self) in load_long_binget() function
4906 if (load_long_binget(self) < 0) in load()
5323 if (load_long_binget(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6279 load_long_binget(UnpicklerObject *self) in load_long_binget() function
6968 OP(LONG_BINGET, load_long_binget) in load()