Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtupleobject.c.h59 tuple_new_impl(PyTypeObject *type, PyObject *iterable);
76 return_value = tuple_new_impl(type, iterable); in tuple_new()
/external/python/cpython3/Objects/
Dtupleobject.c675 tuple_new_impl(PyTypeObject *type, PyObject *iterable) in tuple_new_impl() function
694 tmp = tuple_new_impl(&PyTuple_Type, iterable); in tuple_subtype_new()