Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Drangeobject.c76 range_from_array(PyTypeObject *type, PyObject *const *args, Py_ssize_t num_args) in range_from_array() function
141 return range_from_array(type, _PyTuple_ITEMS(args), PyTuple_GET_SIZE(args)); in range_new()
153 return range_from_array(type, args, nargs); in range_vectorcall()