Propagate First Input (Same Type)¶
- 
class node_list_operations.PropagateFirstSame[source]¶
- Propagate first input to output. - This node is mostly useful for testing purposes. It can also be used to force a specific execution order and to enforce a specific type. - Inputs: - item1 : <a>
- The Item to be propagated 
- item2 : <a>
- Item that will not be propagated 
 - Outputs: - item : <a>
- Propagated Item