Searched refs:load_counted_tuple (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _pickle.c | 5684 load_counted_tuple(UnpicklerObject *self, Py_ssize_t len) in load_counted_tuple() function 5706 return load_counted_tuple(self, Py_SIZE(self->stack) - i); in load_tuple() 6900 OP_ARG(EMPTY_TUPLE, load_counted_tuple, 0) in load() 6901 OP_ARG(TUPLE1, load_counted_tuple, 1) in load() 6902 OP_ARG(TUPLE2, load_counted_tuple, 2) in load() 6903 OP_ARG(TUPLE3, load_counted_tuple, 3) in load()
|
Completed in 10 milliseconds