Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1217 def load_build(self): member in Unpickler
1254 dispatch[BUILD] = load_build
/external/python/cpython2/Modules/
DcPickle.c4559 load_build(Unpicklerobject *self) in load_build() function
4905 if (load_build(self) < 0) in load()