Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlistobject.c.h294 list___init___impl(PyListObject *self, PyObject *iterable);
314 return_value = list___init___impl((PyListObject *)self, iterable); in list___init__()
/third_party/python/Objects/
Dlistobject.c2704 list___init___impl(PyListObject *self, PyObject *iterable) in list___init___impl() function
2757 if (list___init___impl((PyListObject *)list, args[0])) { in list_vectorcall()