Searched refs:list_clear_impl (Results 1 – 2 of 2) sorted by relevance
44 list_clear_impl(PyListObject *self);49 return list_clear_impl(self); in list_clear()
769 list_clear_impl(PyListObject *self) in list_clear_impl() function