Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py917 def load_int(self): member in Unpickler
929 dispatch[INT] = load_int
/external/python/cpython2/Modules/
DcPickle.c3392 load_int(Unpicklerobject *self) in load_int() function
4773 if (load_int(self) < 0) in load()
5190 if (load_int(self) < 0) in noload()