Append List

../../../../_images/append_list_new.svg
The considered category of nodes includes a number of common list operations,
  • Append
  • Extend
  • Get item

These list operations exist for list of ADAFs, Tables, and Text.

class node_list_operations.AppendList[source]

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

Inputs:
list : [<a>]

Appended List

item : <a>

The Item to be appended

Outputs:
list : [<a>]

Appended List