Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1160 def load_binget(self): member in Unpickler
1163 dispatch[BINGET] = load_binget
/external/python/cpython2/Modules/
DcPickle.c4233 load_binget(Unpicklerobject *self) in load_binget() function
4915 if (load_binget(self) < 0) in load()
5332 if (load_binget(self) < 0) in noload()