Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c545 _list_clear(PyListObject *a) in _list_clear() function
627 return _list_clear(a); in list_ass_slice()
703 (void)_list_clear(self); in list_inplace_repeat()
772 _list_clear(self); in list_clear_impl()
2651 (void)_list_clear(self); in list___init___impl()
2958 (inquiry)_list_clear, /* tp_clear */