Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dtupleobject.c.h72 tuple_new_impl(PyTypeObject *type, PyObject *iterable);
92 return_value = tuple_new_impl(type, iterable); in tuple_new()
/third_party/python/Objects/
Dtupleobject.c744 tuple_new_impl(PyTypeObject *type, PyObject *iterable) in tuple_new_impl() function
772 return tuple_new_impl((PyTypeObject *)type, args[0]); in tuple_vectorcall()
786 tmp = tuple_new_impl(&PyTuple_Type, iterable); in tuple_subtype_new()