Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py985 def load_unicode(self): member in Unpickler
987 dispatch[UNICODE] = load_unicode
/external/python/cpython2/Modules/
DcPickle.c3745 load_unicode(Unpicklerobject *self) in load_unicode() function
4819 if (load_unicode(self) < 0) in load()
5236 if (load_unicode(self) < 0) in noload()