Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c4696 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local
4698 PDATA_POP(self->stack, arg_tup); in load_reduce()
4699 if (! arg_tup) return -1; in load_reduce()
4702 ob = Instance_New(callable, arg_tup); in load_reduce()
4705 Py_DECREF(arg_tup); in load_reduce()