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
70 static inline void list_append(list_t *list, void *el) { in list_append() function
167 def list_append(list_, x): function
1292 func list_append(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
842 list_append(PyListObject *self, PyObject *object) in list_append() function