Repeat Item to List

../../../../_images/repeat_item_to_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.Repeat[source]

Repeat item creating list of item.

Inputs:
item : <a>

Input Item

Outputs:
list : [<a>]

List containing repeated Items

Configuration:
Number of times

Choose number of times to repeat item.