Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_collectionsmodule.c.h37 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc);
71 return_value = tuplegetter_new_impl(type, index, doc); in tuplegetter_new()
/external/python/cpython3/Modules/
D_collectionsmodule.c2408 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc) in tuplegetter_new_impl() function