Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1170 def load_put(self): member in Unpickler
1172 dispatch[PUT] = load_put
/external/python/cpython2/Modules/
DcPickle.c4366 load_put(Unpicklerobject *self) in load_put() function
4959 if (load_put(self) < 0) in load()
5377 if (load_put(self) < 0) in noload()