Pad List

../../../../_images/pad_list.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.PadList[source]

Pad a list to match another list.

Inputs:
template : [<a>]

List with deciding length

list : [<b>]

List that will be padded

Outputs:
list : [<b>]

Padded List

Configuration:
Pad values

Specify strategy to use when padding.