Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py989 def load_binunicode(self): member in Unpickler
992 dispatch[BINUNICODE] = load_binunicode
/external/python/cpython3/Lib/
Dpickle.py1362 def load_binunicode(self): member in _Unpickler
1368 dispatch[BINUNICODE[0]] = load_binunicode
/external/python/cpython2/Modules/
DcPickle.c3781 load_binunicode(Unpicklerobject *self) in load_binunicode() function
4810 if (load_binunicode(self) < 0) in load()
5227 if (load_binunicode(self) < 0) in noload()