Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py994 def load_short_binstring(self): member in Unpickler
997 dispatch[SHORT_BINSTRING] = load_short_binstring
/external/python/cpython2/Modules/
DcPickle.c3723 load_short_binstring(Unpicklerobject *self) in load_short_binstring() function
4808 if (load_short_binstring(self) < 0) in load()
5225 if (load_short_binstring(self) < 0) in noload()