Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py980 def load_binstring(self): member in Unpickler
983 dispatch[BINSTRING] = load_binstring
/external/python/cpython2/Modules/
DcPickle.c3693 load_binstring(Unpicklerobject *self) in load_binstring() function
4803 if (load_binstring(self) < 0) in load()
5220 if (load_binstring(self) < 0) in noload()