Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlistobject.c.h62 list_copy_impl(PyListObject *self);
67 return list_copy_impl(self); in list_copy()
/external/python/cpython3/Objects/
Dlistobject.c783 list_copy_impl(PyListObject *self) in list_copy_impl() function