Searched refs:tuple_index (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Objects/clinic/ |
H A D | tupleobject.c.h | 14 {"index", _PyCFunction_CAST(tuple_index), METH_FASTCALL, tuple_index__doc__}, 21 tuple_index(PyTupleObject *self, PyObject *const *args, Py_ssize_t nargs) in tuple_index() function
|
/third_party/python/Objects/ |
H A D | genericaliasobject.c | 172 tuple_index(PyObject *self, Py_ssize_t len, PyObject *item) in tuple_index() function 185 if (tuple_index(self, len, item) < 0) { in tuple_add() 293 Py_ssize_t iparam = tuple_index(params, nparams, arg); in subs_tvars() 481 Py_ssize_t iparam = tuple_index(parameters, nparams, arg); in _Py_subs_parameters()
|
Completed in 4 milliseconds