Searched refs:py_list_clear_impl (Results 1 – 2 of 2) sorted by relevance
66 py_list_clear_impl(PyListObject *self);74 return_value = py_list_clear_impl(self); in py_list_clear()
1138 py_list_clear_impl(PyListObject *self) in py_list_clear_impl() function