Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py967 def load_string(self): member in Unpickler
978 dispatch[STRING] = load_string
/external/python/cpython2/Modules/
DcPickle.c3648 load_string(Unpicklerobject *self) in load_string() function
4813 if (load_string(self) < 0) in load()
5230 if (load_string(self) < 0) in noload()