Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlistobject.c.h44 list_clear_impl(PyListObject *self);
49 return list_clear_impl(self); in list_clear()
/external/python/cpython3/Objects/
Dlistobject.c769 list_clear_impl(PyListObject *self) in list_clear_impl() function