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

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

Completed in 52 milliseconds