Searched refs:list_clear_impl (Results 1 – 2 of 2) sorted by relevance
56 list_clear_impl(PyListObject *self);61 return list_clear_impl(self); in list_clear()
812 list_clear_impl(PyListObject *self) in list_clear_impl() function