Flatten List

../../../../_images/flatten_list.svg
class node_list_operations.FlattenList[source]

Flatten a nested list.

Inputs:
in : [[<a>]]

Nested List

Outputs:
out : [<a>]

Flattened List