Searched refs:list_clear (Results 1 – 5 of 5) sorted by relevance
41 {"clear", (PyCFunction)list_clear, METH_NOARGS, list_clear__doc__},47 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() function
54 void list_clear(llist* l);
68 void list_clear(llist* l) in list_clear() function
444 list_clear(&l); in main()
582 list_clear(PyListObject *a) in list_clear() function664 return list_clear(a); in list_ass_slice()735 (void)list_clear(self); in list_inplace_repeat()2456 (void)list_clear(self); in list_init()2792 (inquiry)list_clear, /* tp_clear */