Home
last modified time | relevance | path

Searched defs:argitems (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dgenericaliasobject.c276 PyObject **argitems, Py_ssize_t nargs) in subs_tvars()
373 PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item; in _unpack_args() local
439 PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item; in _Py_subs_parameters() local