Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenericaliasobject.c260 subs_tvars(PyObject *obj, PyObject *params, PyObject **argitems) in subs_tvars() argument
279 arg = argitems[iparam]; in subs_tvars()
315 PyObject **argitems = is_tuple ? &PyTuple_GET_ITEM(item, 0) : &item; in ga_getitem() local
343 arg = argitems[iparam]; in ga_getitem()
347 arg = subs_tvars(arg, alias->parameters, argitems); in ga_getitem()