Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlistobject.c.h56 list_clear_impl(PyListObject *self);
61 return list_clear_impl(self); in list_clear()
/third_party/python/Objects/
Dlistobject.c812 list_clear_impl(PyListObject *self) in list_clear_impl() function