Propagate First Input¶
Propagate first input to output
Documentation¶
Propagate first input to output.
This node is mostly useful for testing purposes. It can also be used to force a specific execution order.
Definition¶
Input ports¶
- item1 <a>
The Item to be propagated
- item2 0 - inf, <b>
Item that will not be propagated
Output ports¶
- item <a>
Propagated Item
Examples¶
Implementation¶
- class node_list_operations.PropagateFirst[source]