Home
last modified time | relevance | path

Searched refs:subs_tvars (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() function
347 arg = subs_tvars(arg, alias->parameters, argitems); in ga_getitem()