Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlistobject.c.h66 py_list_clear_impl(PyListObject *self);
74 return_value = py_list_clear_impl(self); in py_list_clear()
/external/python/cpython3/Objects/
Dlistobject.c1138 py_list_clear_impl(PyListObject *self) in py_list_clear_impl() function