Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1170 def load_put(self): member in Unpickler
1172 dispatch[PUT] = load_put
/external/python/cpython3/Lib/
Dpickle.py1634 def load_put(self): member in _Unpickler
1639 dispatch[PUT[0]] = load_put
/external/python/cpython2/Modules/
DcPickle.c4352 load_put(Unpicklerobject *self) in load_put() function
4945 if (load_put(self) < 0) in load()
5363 if (load_put(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6396 load_put(UnpicklerObject *self) in load_put() function
6973 OP(PUT, load_put) in load()