Home | History | Annotate | Download | only in Objects

Lines Matching defs:orig_args

4217     PyObject *result, *orig_args;

4226 orig_args = args;
4656 if (PyTuple_Check(orig_args) && argidx > 0) {
4658 Py_ssize_t n = PyTuple_GET_SIZE(orig_args) - argidx;
4663 PyObject *w = PyTuple_GET_ITEM(orig_args, n + argidx);
4669 Py_INCREF(orig_args);
4670 args = orig_args;