Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpickle.py1532 def load_stack_global(self): member in _Unpickler
1538 dispatch[STACK_GLOBAL[0]] = load_stack_global
/external/python/cpython3/Modules/
D_pickle.c6069 load_stack_global(UnpicklerObject *self) in load_stack_global() function
6962 OP(STACK_GLOBAL, load_stack_global) in load()