Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py980 def load_binstring(self): member in Unpickler
983 dispatch[BINSTRING] = load_binstring
/external/python/cpython3/Lib/
Dpickle.py1213 def load_binstring(self): member in _Unpickler
1220 dispatch[BINSTRING[0]] = load_binstring
/external/python/cpython2/Modules/
DcPickle.c3709 load_binstring(Unpicklerobject *self) in load_binstring() function
4789 if (load_binstring(self) < 0) in load()
5206 if (load_binstring(self) < 0) in noload()