Home
last modified time | relevance | path

Searched refs:load_long_binget (Results 1 – 2 of 2) 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/cpython2/Modules/
DcPickle.c4261 load_long_binget(Unpicklerobject *self) in load_long_binget() function
4920 if (load_long_binget(self) < 0) in load()
5337 if (load_long_binget(self) < 0) in noload()