Flatten List

../../../../_images/flatten_list.svg

Flatten a nested list.

Ports:

Inputs:

in:

[[<a>]]

Nested List

Outputs:

out:

[<a>]

Flattened List

Configuration:

class node_list_operations.FlattenList[source]