Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py1451 def load_empty_list(self): member in _Unpickler
1453 dispatch[EMPTY_LIST[0]] = load_empty_list
/third_party/python/Modules/
H A D_pickle.c5710 load_empty_list(UnpicklerObject *self) in load_empty_list() function
6905 OP(EMPTY_LIST, load_empty_list) in load()

Completed in 12 milliseconds