Searched defs:list_clear (Results 1 – 5 of 5) sorted by relevance
68 void list_clear(llist* l) in list_clear() function
64 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() function
1306 func list_clear(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
582 list_clear(PyListObject *a) in list_clear() function
490 void list_clear(std::list<int> &L) { in list_clear() function