Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py672 # at unpickling time (see load_build below).
720 # If a state_setter is specified, call it instead of load_build
1712 def load_build(self): member in _Unpickler
1734 dispatch[BUILD[0]] = load_build
/third_party/python/Modules/
H A D_pickle.c4248 /* If a state_setter is specified, call it instead of load_build to in save_reduce()
6641 load_build(UnpicklerObject *self) in load_build() function
6920 OP(BUILD, load_build) in load()

Completed in 12 milliseconds