Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py917 def load_int(self): member in Unpickler
929 dispatch[INT] = load_int
/external/python/cpython3/Lib/
Dpickle.py1268 def load_int(self): member in _Unpickler
1277 dispatch[INT[0]] = load_int
/external/python/cpython2/Modules/
DcPickle.c3408 load_int(Unpicklerobject *self) in load_int() function
4759 if (load_int(self) < 0) in load()
5176 if (load_int(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c5159 load_int(UnpicklerObject *self) in load_int() function
6926 OP(INT, load_int) in load()