Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunionobject.c166 PyObject* nested_arg = PyTuple_GET_ITEM(nested_args, j); in flatten_args() local
167 Py_INCREF(nested_arg); in flatten_args()
168 PyTuple_SET_ITEM(flattened_args, pos, nested_arg); in flatten_args()