Append List Old

../../../../_images/append_list.svg
class node_list_operations.AppendListOld(*args, **kwargs)[source]

Create a list with the items from list (input) followed by item.

Inputs:
item : <a>

The Item to be appended

list : [<a>]

Appended List

Outputs:
list : [<a>]

Appended List