Searched defs:list_append (Results 1 – 6 of 6) sorted by relevance
36 void list_append(llist *l, lnode *node) in list_append() function
56 list_append(struct list *list, struct list *elm) in list_append() function
171 def list_append(list_, x): function
47 fn list_append<T>(mut list1: LinkedList<T>, mut list2: LinkedList<T>) -> LinkedList<T> { in list_append() function
1292 func list_append(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
823 list_append(PyListObject *self, PyObject *object) in list_append() function